travis: do not need to install pkg-config

This commit is contained in:
Nguyen Anh Quynh 2016-03-03 23:41:03 +08:00
parent 3ebb5d3a2e
commit 1ddebc7304
1 changed files with 1 additions and 1 deletions

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 install pkg-config glib; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glib; fi
script:
- ./make.sh