Browse Source

Updated TravisCI script.

Branimir Karadžić 8 years ago
parent
commit
aeaf18f553
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.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