Update .travis.yml (#177) Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/2577cf72 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/2577cf72 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/2577cf72
Branch: refs/heads/master Commit: 2577cf72b6f8cc811a4f3d429fcc1b88c67122bc Parents: 19e74ab Author: Hakan Memisoglu <[email protected]> Authored: Tue Apr 19 06:36:20 2016 -0500 Committer: Jignesh Patel <[email protected]> Committed: Tue Apr 19 06:36:20 2016 -0500 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/2577cf72/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e1a9cba..483a02b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ language: cpp +cache: ccache + compiler: - gcc - clang
