Skip to content

Commit

Permalink
test more recent coq versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgruetter committed Oct 15, 2020
1 parent 3d3275d commit c5dffbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ before_script:
- echo | coqtop

env:
- COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
- COQ_VERSION="v8.10" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.10-daily"
- COQ_VERSION="v8.9" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.9-daily"
- COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
- COQ_VERSION="8.9.1" COQ_PACKAGE="coq-8.9.1" PPA="ppa:jgross-h/many-coq-versions"
- COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
- COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
- COQ_VERSION="8.12.0" COQ_PACKAGE="coq-8.12.0" PPA="ppa:jgross-h/many-coq-versions"
- COQ_VERSION="8.11.2" COQ_PACKAGE="coq-8.11.2" PPA="ppa:jgross-h/many-coq-versions"
- COQ_VERSION="8.10.2" COQ_PACKAGE="coq-8.10.2" PPA="ppa:jgross-h/many-coq-versions"
- COQ_VERSION="8.9.1" COQ_PACKAGE="coq-8.9.1" PPA="ppa:jgross-h/many-coq-versions"
- COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"

script: make

0 comments on commit c5dffbb

Please sign in to comment.