Skip to content

Commit

Permalink
Workaround travis error by pinning versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Mar 2, 2018
1 parent 042a8aa commit bd737ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-ocaml.sh
- bash -ex .travis-ocaml.sh
- eval `opam config env`
- opam update
- opam pin add -y jbuilder 1.0+beta17
- opam pin add -y camlimages 4.2.6
- opam install -y ppx_deriving
- opam install -y menhir
- opam install -y core_kernel.v0.10.0
Expand Down

0 comments on commit bd737ab

Please sign in to comment.