diff options
author | peterbell10 <peterbell10@live.co.uk> | 2020-03-27 11:20:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 11:20:30 +0100 |
commit | 396bf622ca197924d572231c78a201ed81046ba0 (patch) | |
tree | 4b78b5eb945815af484165f4c8333d404ce84a98 | |
parent | Fix typo in floater code (#4556) (diff) | |
download | cuberite-396bf622ca197924d572231c78a201ed81046ba0.tar cuberite-396bf622ca197924d572231c78a201ed81046ba0.tar.gz cuberite-396bf622ca197924d572231c78a201ed81046ba0.tar.bz2 cuberite-396bf622ca197924d572231c78a201ed81046ba0.tar.lz cuberite-396bf622ca197924d572231c78a201ed81046ba0.tar.xz cuberite-396bf622ca197924d572231c78a201ed81046ba0.tar.zst cuberite-396bf622ca197924d572231c78a201ed81046ba0.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 17e941429..3508e70ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,15 @@ matrix: # OSX workers are slower to start up. Having these first in the build matrix makes travis faster overall. - os: osx compiler: clang + before_install: + - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache env: &Release - TRAVIS_CUBERITE_BUILD_TYPE=RELEASE - os: osx compiler: clang env: *Debug + before_install: + - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache # Default clang - compiler: clang env: *Release |