From aeaf18f553c1e0252133bfbe2bbaedc011decfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 3 Apr 2017 22:43:00 -0700 Subject: [PATCH] Updated TravisCI script. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0191a7a0f..c6b02ab63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,7 @@ addons: - clang before_script: - - git clone https://github.com/bkaradzic/bx ../bx - - git clone 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