diff options
author | chinhodado <chin.bimbo@gmail.com> | 2015-01-11 03:22:03 +0100 |
---|---|---|
committer | chinhodado <chin.bimbo@gmail.com> | 2015-01-11 03:22:03 +0100 |
commit | b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd (patch) | |
tree | a691345b945823463d784f3e331a031e0508b27e /.travis.yml | |
parent | Merge pull request #458 from yuriks/cmake-debug (diff) | |
download | yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.gz yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.bz2 yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.lz yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.xz yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.zst yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.zip |
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 |