We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87de820 commit 8f8a8fdCopy full SHA for 8f8a8fd
1 file changed
.travis-ci.sh
@@ -1,13 +1,13 @@
1
opam init --yes --no-setup
2
eval $(opam config env)
3
-opam install coq --yes --verbose
+opam repo add coq-released https://coq.inria.fr/opam/released
4
+opam install coq --yes
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
+ opam install coq-mathcomp-ssreflect --yes
11
12
pushd ..
13
git clone 'http://github.com/uwplse/StructTact'
0 commit comments