fix broken build (#1108)

* fix broken build

* add binutils to path
This commit is contained in:
Stephen 2019-07-30 21:34:49 -07:00 committed by Nguyen Anh Quynh
parent ca6cb2368f
commit b55bbd0ac6

View File

@ -2,6 +2,8 @@ language: c
sudo: false
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
env:
- PATH=$PATH:/usr/local/opt/binutils/bin
script:
- make && make -C bindings/go && make -C bindings/go test && make test
compiler:
@ -82,4 +84,5 @@ addons:
- libc6-dev-i386
- gcc-multilib
homebrew:
update: true
brewfile: true