We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969bfdd commit 9e7c691Copy full SHA for 9e7c691
.travis.yml
@@ -8,5 +8,7 @@ sudo: required
8
install:
9
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-ocaml.sh
10
- bash -ex .travis-ocaml.sh
11
+ - opam install -y menhir
12
+ - eval `opam config env`
13
script:
14
- make all
0 commit comments