Update travis file
This commit is contained in:
parent
ea80ba6400
commit
1e3b89d30a
|
@ -3,9 +3,12 @@ sudo: required
|
||||||
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
|
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
|
||||||
script: bash -ex .travis-opam.sh
|
script: bash -ex .travis-opam.sh
|
||||||
env:
|
env:
|
||||||
- OCAML_VERSION=4.01
|
global:
|
||||||
|
- PACKAGE=jbuilder
|
||||||
|
matrix:
|
||||||
- OCAML_VERSION=4.02
|
- OCAML_VERSION=4.02
|
||||||
- OCAML_VERSION=4.03
|
- OCAML_VERSION=4.03
|
||||||
|
- OCAML_VERSION=4.04
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
Loading…
Reference in New Issue