[SETUPLIB][USETUP] Code refactoring: rename the old DoesPathExist() into DoesDirExist...
[reactos.git] / .travis.yml
index 9bb7d3d..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 -k 0 && ninja bootcd -k 0' > 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