[PSDK] Update icm.h. CORE-15682
[reactos.git] / .travis.yml
index bf63e00..447a77b 100644 (file)
@@ -1,12 +1,12 @@
 language: bash
 
 git:
-  depth: 1
+  depth: 5
 
 before_script:
   - wget https://svn.reactos.org/amine/RosBEBinFull.tar.gz -O RosBE.tar.gz
   - tar -xzf RosBE.tar.gz
-  - echo 'mkdir ../Build && cd ../Build && $TRAVIS_BUILD_DIR/configure.sh -DENABLE_ROSTESTS=1 && cd reactos && ninja && ninja bootcd' > tmp_file
+  - echo 'mkdir ../Build && cd ../Build && $TRAVIS_BUILD_DIR/configure.sh -DENABLE_ROSTESTS=1 && cd reactos && ninja -k 0 && ninja bootcd' > tmp_file
 
 script:
   - ./RosBEBinFull/RosBE.sh < tmp_file