Skip to content

Commit

Permalink
Updated TravisCI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Apr 4, 2017
1 parent da332df commit fc0dc6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit fc0dc6f

Please sign in to comment.