Skip to content

Commit

Permalink
Make a build with travis cache disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed May 7, 2020
1 parent 69d944d commit c547c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ install:
- opam show coq
- opam show coq-compcert
- opam show coq-compcert-64
- rm -rf build
- rm -rf build_beta
- 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
- opam uninstall coq-compcert
- travis_wait 10 opam install -j ${NJOBS} -y coq-compcert=${COMPCERT_VERSION}
- travis_wait 10 opam install -j ${NJOBS} -y coq-compcert-64=${COMPCERT_VERSION}
- ls -l $(coqc -where)/user-contrib/compcert
Expand Down

0 comments on commit c547c88

Please sign in to comment.