Skip to content

Commit

Permalink
Fix compcert opam reference in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed May 6, 2020
1 parent 805b10e commit 2e748c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
# - COMPILER="default"
- COQ_VERSION="8.11.0"
- NEXT_VERSION="8.11.0"
- COMPCERT_VERSION="coq-compcert.3.7~coq-platform~open-source"
- COMPCERT_VERSION="3.7~coq-platform~open-source"

branches:
only:
Expand Down Expand Up @@ -70,7 +70,7 @@ install:
- opam show coq-compcert
- travis_wait 15 opam install -j ${NJOBS} -y coq=${COQ_VERSION} ${EXTRA_OPAM}
- opam install -j ${NJOBS} -y coq=${COQ_VERSION} coq-ext-lib coq-flocq
- travis_wait 30 opam install -j ${NJOBS} -y coq-COMPCERT=${COMPCERT_VERSION}
- travis_wait 30 opam install -j ${NJOBS} -y coq-compcert=${COMPCERT_VERSION}
- opam list
- file `which coqc`

Expand Down

0 comments on commit 2e748c1

Please sign in to comment.