use new travis osx image and brew (#935)

saves time not to run update
pull/2/head
Stephen 2018-01-04 18:29:49 -08:00 committed by Nguyen Anh Quynh
parent a5e7199082
commit dab5060005
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: c
sudo: false
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle; fi
- 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