Skip to content

Commit 8f8a8fd

Browse files
committed
test OPAM without verboseness
1 parent 87de820 commit 8f8a8fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis-ci.sh

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

56
./build.sh
67

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

1212
pushd ..
1313
git clone 'http://github.com/uwplse/StructTact'

0 commit comments

Comments
 (0)