aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-06 23:44:24 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2017-10-10 04:12:34 -0400
commit1fa858aefdf24995c8b58b927f80de9df92e4796 (patch)
tree90916f656ba52cd39ed4ecfbbf856470ee3af9bf /.travis.yml
parent65c0573cf7dda899374122e0dc558c551223bc00 (diff)
Hopefully fix travis
Travis was too slow to run all of the coq target, so we split off the no-curves-proofs and the curves-proofs targets, and, while we're at it, also add 8.7+beta1 tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 17 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 66a4406d0..50ec6218b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,15 +18,24 @@ addons:
matrix:
fast_finish: true
include:
- - env: COQ_VERSION="master" TARGETS="coq display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
- - env: COQ_VERSION="v8.7" TARGETS="coq display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- - env: COQ_VERSION="v8.6" TARGETS="no-curves-proofs display bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
- - env: COQ_VERSION="8.6.1" TARGETS="no-curves-proofs display bench" COQ_PACKAGE="coq-8.6.1" PPA="ppa:jgross-h/many-coq-versions"
- - env: TARGETS="printlite lite" COQ_VERSION="8.6.1" COQ_PACKAGE="coq-8.6.1" PPA="ppa:jgross-h/many-coq-versions"
+ - env: COQ_VERSION="master" TARGETS="no-curves-proofs display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ - env: COQ_VERSION="master" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ - env: COQ_VERSION="v8.7" TARGETS="no-curves-proofs display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ - env: COQ_VERSION="v8.7" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ - env: COQ_VERSION="v8.6" TARGETS="no-curves-proofs display bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
+ - env: COQ_VERSION="v8.6" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
+ - env: COQ_VERSION="8.7+beta1" TARGETS="no-curves-proofs display test bench" COQ_PACKAGE="coq-8.7+beta1" PPA="ppa:jgross-h/many-coq-versions"
+ - env: COQ_VERSION="8.7+beta1" TARGETS="curves-proofs" COQ_PACKAGE="coq-8.7+beta1" PPA="ppa:jgross-h/many-coq-versions"
+ - env: COQ_VERSION="8.6.1" TARGETS="no-curves-proofs display bench" COQ_PACKAGE="coq-8.6.1" PPA="ppa:jgross-h/many-coq-versions"
+ - env: COQ_VERSION="8.6.1" TARGETS="curves-proofs" COQ_PACKAGE="coq-8.6.1" PPA="ppa:jgross-h/many-coq-versions"
+ - env: TARGETS="printlite lite" COQ_VERSION="8.6.1" COQ_PACKAGE="coq-8.6.1" PPA="ppa:jgross-h/many-coq-versions"
allow_failures:
- - env: COQ_VERSION="master" TARGETS="coq display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
- - env: COQ_VERSION="v8.7" TARGETS="coq display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- - env: COQ_VERSION="v8.6" TARGETS="no-curves-proofs display bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
+ - env: COQ_VERSION="master" TARGETS="no-curves-proofs display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ - env: COQ_VERSION="master" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
+ - env: COQ_VERSION="v8.7" TARGETS="no-curves-proofs display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ - env: COQ_VERSION="v8.7" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
+ - env: COQ_VERSION="v8.6" TARGETS="no-curves-proofs display bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
+ - env: COQ_VERSION="v8.6" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
before_install:
- if [ ! -z "$PPA" ]; then sudo add-apt-repository "$PPA" -y; fi