Skip to content

Commit 3b8453d

Browse files
committed
make opam install verbose to avoid Travis timeouts
1 parent e35b547 commit 3b8453d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis-ci.sh

Lines changed: 2 additions & 2 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
3+
opam install coq --yes --verbose
44

55
./build.sh
66

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

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

0 commit comments

Comments
 (0)