aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-06 23:39:01 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-06 23:39:01 -0400
commitd7bc99e533f12c11e9e83ea9cec9300bf420caeb (patch)
treec9475c4c5deccfb3c68a5140828351af29b5375c /.travis.yml
parent657c6db4162a719c7f0b6b3867a16fb482afcc04 (diff)
[travis] trunk is now called master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index b1f0d8c30..66a4406d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,15 +18,15 @@ addons:
matrix:
fast_finish: true
include:
- - env: COQ_VERSION="trunk" TARGETS="coq display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-trunk-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="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"
allow_failures:
- - env: COQ_VERSION="trunk" TARGETS="coq display test bench" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-trunk-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="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"
before_install:
- if [ ! -z "$PPA" ]; then sudo add-apt-repository "$PPA" -y; fi