Skip to content

Commit

Permalink
Allow 8.4pl6 to fail on travis
Browse files Browse the repository at this point in the history
Apparently travis no longer supports Precise
(https://travis-ci.org/JasonGross/coq-tools/jobs/575163759), and I can't
get a working OCaml 3 package for Trusty, so I'm going to give up on Coq
8.4 compatibility testing.
  • Loading branch information
JasonGross committed Aug 22, 2019
1 parent 5f43e25 commit 9d61249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,7 @@ matrix:
python: "2.7"
env: COQ_VERSION="8.4pl6" COQ_PACKAGE="coq-8.4pl6 libcoq-ocaml-8.4pl6" PPA="ppa:jgross-h/many-coq-versions-ocaml-3"
allow_failures:
- env: COQ_VERSION="8.4pl6" COQ_PACKAGE="coq-8.4pl6 libcoq-ocaml-8.4pl6" PPA="ppa:jgross-h/many-coq-versions-ocaml-3"
- env: COQ_VERSION="v8.5" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.5-daily"
- env: COQ_VERSION="v8.6" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.6-daily"
- env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
Expand Down

0 comments on commit 9d61249

Please sign in to comment.