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.
1 parent 888839a commit 9cf770dCopy full SHA for 9cf770d
.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