We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 888839a + 9cf770d commit 13e35afCopy full SHA for 13e35af
.travis.yml
@@ -10,6 +10,6 @@ install:
10
- sudo apt-get update && sudo apt-get install -y opam
11
- opam init -y && eval $(opam config env) && opam config var root
12
- travis_wait opam install -y coq
13
- - opam repo add coq-released http://coq.inria.fr/opam/released
+ - opam repo add coq-released http://coq.inria.fr/opam/released || true
14
- opam install -y coq-bignums
15
script: ./configure.sh && make
0 commit comments