aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-07 16:59:09 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-07 16:59:09 +0900
commit898906a2ac056ab8837a7307c745c3437feff74e (patch)
tree786f060120f77a07894563f4c56210780297a290 /.travis.yml
parent112632e27fa26fcfbb49886d21704f398cd6a928 (diff)
downloadlibquotient-898906a2ac056ab8837a7307c745c3437feff74e.tar.gz
libquotient-898906a2ac056ab8837a7307c745c3437feff74e.zip
Optimize Travis CI execution
The same code is already in Quaternion's .travis.yml, just copy it here as well.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index de3f62fd..880b6260 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,15 @@
language: cpp
+git:
+ depth: false
+
+before_cache:
+- brew cleanup
+
+cache:
+ directories:
+ - $HOME/Library/Caches/Homebrew
+
addons:
apt:
sources: