From fc0dc6fd323a560d08f6f3b2eb2eb3894a1869f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 3 Apr 2017 23:07:35 -0700 Subject: [PATCH] Updated TravisCI script. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6b02ab63..0ed382fb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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