We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35b547 commit 3b8453dCopy full SHA for 3b8453d
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
+opam install coq --yes --verbose
4
5
./build.sh
6
7
case $DOWNSTREAM in
8
verdi)
9
opam repo add coq-released https://coq.inria.fr/opam/released
10
- opam install coq-mathcomp-ssreflect --yes
+ opam install coq-mathcomp-ssreflect --yes --verbose
11
12
pushd ..
13
git clone 'http://github.com/uwplse/StructTact'
0 commit comments