CI Cleanup (#1042)

* Improve homebrew

* remove msys cache

has ballooned out of control, now hurting build times

* re-add msys cache and clean unused pkgs

should prevent ballooning

* move cc
This commit is contained in:
Stephen
2018-11-19 07:51:58 -08:00
committed by Nguyen Anh Quynh
parent a2493a0d41
commit 083a1749ee
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
language: c
sudo: false
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
script:
- make && make -C bindings/go && make -C bindings/go test && make test
@@ -25,6 +24,5 @@ matrix:
- os: osx
script: brew install --HEAD unicorn && brew test unicorn
addons:
apt:
packages:
# mingw-w64 packages too old in precise
homebrew:
brewfile: true