diff options
author | chinhodado <chin.bimbo@gmail.com> | 2015-01-10 21:22:03 -0500 |
---|---|---|
committer | chinhodado <chin.bimbo@gmail.com> | 2015-01-10 21:22:03 -0500 |
commit | b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd (patch) | |
tree | a691345b945823463d784f3e331a031e0508b27e /.travis.yml | |
parent | 083072de56dacadbeba5f77b2773ea6f9e4b1ddd (diff) |
Revert "Travis: Enable caching of dependencies"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 8c5aceb7c..1cb369d5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,6 @@ os: language: cpp -cache: - apt: true - directories: - - .homebrew-cache - before_install: - sh .travis-deps.sh |