aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-05-05 13:19:21 +0200
committerGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-05-17 09:12:40 +0200
commitf6b0d8b78ae25c8b1c6b901e57a5f4e38f20cdbd (patch)
treee9f888c0fc0aaa8febd6fc6f19e971a7ab8dbe9c /.travis.yml
parent5360ec8ff56c44e96c56965be78e6f2538963a57 (diff)
Travis: do not run the tests if building Coq fails
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 560455187..8dcc34a8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,6 +115,7 @@ install:
script:
+- set -e
- echo 'Configuring Coq...' && echo -en 'travis_fold:start:coq.config\\r'
- ./configure -local -usecamlp5 -native-compiler yes ${EXTRA_CONF}
- echo -en 'travis_fold:end:coq.config\\r'
@@ -126,6 +127,7 @@ script:
- echo 'Running tests...' && echo -en 'travis_fold:start:coq.test\\r'
- ${TW} make -j ${NJOBS} ${TEST_TARGET}
- echo -en 'travis_fold:end:coq.test\\r'
+- set +e
# Testing Gitter webhook
notifications: