travis: fix brew install
This commit is contained in:
parent
cf08670a1c
commit
3ebb5d3a2e
@ -3,7 +3,7 @@ sudo: false
|
||||
before_install:
|
||||
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew pkg-config glib; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pkg-config glib; fi
|
||||
|
||||
script:
|
||||
- ./make.sh
|
||||
|
Loading…
Reference in New Issue
Block a user