aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-06 16:33:47 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-09 14:50:51 +0100
commitae5ae4967c423a26b99666dcce441236dd7b9a7b (patch)
treed894d4725fdb9638e87b1e26e7e1ad3bb38c896d /.travis.yml
parent02371a70f708d542907f72a7a8b61165b7e941a7 (diff)
[travis] Move GeoCoq to allow fail.
We need to agree a bit more with upstream.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ed0809a5..678b4af7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,6 @@ env:
- TEST_TARGET="ci-color"
- TEST_TARGET="ci-compcert"
- TEST_TARGET="ci-coquelicot"
- - TEST_TARGET="ci-cpdt"
- TEST_TARGET="ci-geocoq"
- TEST_TARGET="ci-fiat-crypto"
- TEST_TARGET="ci-fiat-parsers"
@@ -39,13 +38,14 @@ env:
- TEST_TARGET="ci-sf"
- TEST_TARGET="ci-unimath"
# Not ready yet for 8.7
+ # - TEST_TARGET="ci-cpdt"
# - TEST_TARGET="ci-metacoq"
# - TEST_TARGET="ci-tlc"
matrix:
allow_failures:
- - env: TEST_TARGET="ci-cpdt"
+ - env: TEST_TARGET="ci-geocoq"
# Full Coq test-suite with two compilers
# [TODO: use yaml refs and avoid duplication for packages list]