Updated TravisCI.

This commit is contained in:
Бранимир Караџић 2019-02-07 08:24:15 -08:00
parent 74e2cd1726
commit 18b9d12029
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ before_script:
- git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-5" CC="gcc-5"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make build; fi
branches: