Skip to content

Commit a504b7b

Browse files
committed
add Coq repo before installing any OPAM packages
1 parent 1c6f5de commit a504b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
opam init --yes --no-setup
22
eval $(opam config env)
3+
opam repo add coq-released https://coq.inria.fr/opam/released
34
opam install coq --yes --verbose
45

56
./build.sh
67

78
case $DOWNSTREAM in
89
verdi)
9-
opam repo add coq-released https://coq.inria.fr/opam/released
1010
opam install coq-mathcomp-ssreflect --yes --verbose
1111

1212
pushd ..

0 commit comments

Comments
 (0)