travis: fix brew install

This commit is contained in:
Nguyen Anh Quynh 2016-03-03 23:33:07 +08:00
parent cf08670a1c
commit 3ebb5d3a2e

View file

@ -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