Skip to content

Commit

Permalink
Travis: fix repository commit used for basic test
Browse files Browse the repository at this point in the history
Should avoid failures everytime something gets broken among `lwt`'s dependencies.
  • Loading branch information
AltGr authored and rjbou committed Sep 2, 2019
1 parent d6bd660 commit 191cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export OCAMLRUNPARAM=b
fi

# Test basic actions
opam init --bare
opam init --bare default git+https://github.com/ocaml/opam-repository#8be4290a
opam switch create default ocaml-system
eval $(opam env)
opam install lwt
Expand Down

0 comments on commit 191cb03

Please sign in to comment.