https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cf8c9bc312a4527efcb5b…
commit cf8c9bc312a4527efcb5b0771d29533ddefc8cdf
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Mon Oct 9 23:22:08 2017 +0100
[TRAVIS-CI] We only need to keep going despite errors in the ninja step.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9bb7d3d79b..b34c8c3683 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ git:
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