You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2016/04/19 18:44:37 UTC

[24/24] incubator-quickstep git commit: Update .travis.yml (#177)

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 <ha...@gmail.com>
Authored: Tue Apr 19 06:36:20 2016 -0500
Committer: Jignesh Patel <pa...@users.noreply.github.com>
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