aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2017-09-17 23:27:20 +0900
committerGitHub <noreply@github.com>2017-09-17 23:27:20 +0900
commit69ed5c0a8ee8c6ccf980ba0f9be43996c7f1b684 (patch)
tree37429dd6a14132d2ca46435e9e0899ea3bdac5b8 /.travis.yml
parenta92c305acb2be3f6530ea157084e5004500dd244 (diff)
parent41268d1782f6d727ccdc76311b6e3d6c17f5d4d1 (diff)
downloadcrow-69ed5c0a8ee8c6ccf980ba0f9be43996c7f1b684.tar.gz
crow-69ed5c0a8ee8c6ccf980ba0f9be43996c7f1b684.zip
Merge pull request #147 from thedrow/patch-2
Enable ccache if found for faster builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5957c58..b41bf48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: cpp
sudo: false
+cache: ccache
notifications:
irc: "chat.freenode.net##crow"