brew bundle changed, travis version needs update (#906)

This commit is contained in:
Stephen 2017-10-09 17:52:24 -07:00 committed by Nguyen Anh Quynh
parent f0677fc13b
commit 961c916a1c

View file

@ -1,7 +1,7 @@
language: c language: c
sudo: false sudo: false
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap Homebrew/bundle && brew bundle; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
script: script:
- make && make -C bindings/go && make -C bindings/go test && make test - make && make -C bindings/go && make -C bindings/go test && make test