travis: Update dependencies

This commit is contained in:
Lioncash 2016-04-03 15:26:28 -04:00
parent 5ef90464a1
commit 5181b4a0df
3 changed files with 6 additions and 6 deletions

View file

@ -11,8 +11,8 @@ fi
#if OS is linux or is not set
if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
export CC=gcc-4.9
export CXX=g++-4.9
export CC=gcc-5
export CXX=g++-5
export PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig:$PKG_CONFIG_PATH
mkdir build && cd build