brew bundle changed, travis version needs update (#906)
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
f0677fc13b
commit
961c916a1c
@@ -1,7 +1,7 @@
|
||||
language: c
|
||||
sudo: false
|
||||
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
|
||||
script:
|
||||
- make && make -C bindings/go && make -C bindings/go test && make test
|
||||
|
||||
Reference in New Issue
Block a user