Skip to content

Commit

Permalink
Fix timeout in Travis (#3348)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
  • Loading branch information
jeremiedimino authored Apr 9, 2020
1 parent dfd17fa commit 09043c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ opam_install_test_deps () {
# pressure to Dune's CI.
keep_travis_happy \
opam install \
coq.8.11.0
coq.8.11.1
# js_of_ocaml-ppx \
# js_of_ocaml-compiler \
}
Expand Down Expand Up @@ -134,7 +134,7 @@ case "$TARGET" in
opam update
echo $DATE> ~/.opam/last-update
UPDATE_OPAM=1
opam upgrade
keep_travis_happy opam upgrade
fi
if ! ./dune.exe build @runtest-no-deps &> $RUNTEST_NO_DEPS ; then
cat $RUNTEST_NO_DEPS;
Expand Down

0 comments on commit 09043c6

Please sign in to comment.