aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-12-08 13:12:39 -0500
committerGravatar Jason Gross <jgross@mit.edu>2016-12-08 13:12:39 -0500
commit0901e4b43842c6b0266bb796c842cbcc21880776 (patch)
treee0e65222f5d16fef67e94db6125ba793e8eeb729 /.travis.yml
parent7b34feb7cffb3a1a83edd1c270260aa7057f34bd (diff)
More travis fixups for package installation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 11 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index f6980396f..e1b99080e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,27 +6,25 @@ matrix:
fast_finish: true
include:
- dist: trusty
- env: COQ_VERSION="trunk" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-trunk-daily"
+ env: COQ_VERSION="trunk" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-trunk-daily"
- dist: trusty
- env: COQ_VERSION="v8.6" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.6-daily"
+ env: COQ_VERSION="v8.6" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.6-daily"
- dist: trusty
- env: COQ_VERSION="v8.5" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily"
+ env: COQ_VERSION="v8.5" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily"
- dist: trusty
- env: COQ_VERSION="8.6beta1" COQ_PACKAGE="coq-8.6beta1" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
- - dist: trusty
- env: COQ_VERSION="8.6rc1" COQ_PACKAGE="coq-8.6rc1" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
+ env: COQ_VERSION="8.6rc1" COQ_PACKAGE="coq-8.6rc1" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
# - dist: trusty
-# env: COQ_VERSION="8.5pl3" COQ_PACKAGE="coq-8.5pl3 libcoq-ocaml-8.5pl3" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
+# env: COQ_VERSION="8.5pl3" COQ_PACKAGE="coq-8.5pl3 libcoq-ocaml-8.5pl3" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
# - dist: trusty
-# env: COQ_VERSION="8.5" COQ_PACKAGE="coq-8.5" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
+# env: COQ_VERSION="8.5" COQ_PACKAGE="coq-8.5" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions"
# - dist: precise
-# env: COQ_VERSION="8.4pl6" COQ_PACKAGE="coq-8.4pl6 libcoq-ocaml-8.4pl6" COQPRIME="coqprime-8.4" PPA="ppa:jgross-h/many-coq-versions-ocaml-3-temp-while-over-quota-2"
+# env: COQ_VERSION="8.4pl6" COQ_PACKAGE="coq-8.4pl6 libcoq-ocaml-8.4pl6" COQPRIME="coqprime-8.4" PPA="ppa:jgross-h/many-coq-versions-ocaml-3"
# - dist: trusty
-# env: COQ_VERSION="8.4" COQ_PACKAGE="coq" COQPRIME="coqprime-8.4" PPA=""
+# env: COQ_VERSION="8.4" COQ_PACKAGE="coq" COQPRIME="coqprime-8.4" PPA=""
allow_failures:
- - env: COQ_VERSION="v8.5" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily"
- - env: COQ_VERSION="v8.6" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.6-daily"
- - env: COQ_VERSION="trunk" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-trunk-daily"
+ - env: COQ_VERSION="v8.5" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily"
+ - env: COQ_VERSION="v8.6" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.6-daily"
+ - env: COQ_VERSION="trunk" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-trunk-daily"
before_install:
- if [ ! -z "$PPA" ]; then sudo add-apt-repository "$PPA" -y; fi