Updated TravisCI script.

This commit is contained in:
Branimir Karadžić 2017-04-03 23:07:35 -07:00
parent da332df73b
commit fc0dc6fd32
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ addons:
- clang
before_script:
git clone --depth 1 https://github.com/bkaradzic/bx ../bx && git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
- git clone --depth 1 https://github.com/bkaradzic/bx ../bx
- git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-4.8" CC="gcc-4.8"; fi