We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a504b7b commit 87de820Copy full SHA for 87de820
1 file changed
.travis-ci.sh
@@ -1,12 +1,12 @@
1
opam init --yes --no-setup
2
eval $(opam config env)
3
-opam repo add coq-released https://coq.inria.fr/opam/released
4
opam install coq --yes --verbose
5
6
./build.sh
7
8
case $DOWNSTREAM in
9
verdi)
+ opam repo add coq-released https://coq.inria.fr/opam/released
10
opam install coq-mathcomp-ssreflect --yes --verbose
11
12
pushd ..
0 commit comments