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
|
||||
script: bash -ex .travis-opam.sh
|
||||
env:
|
||||
- OCAML_VERSION=4.01
|
||||
global:
|
||||
- PACKAGE=jbuilder
|
||||
matrix:
|
||||
- OCAML_VERSION=4.02
|
||||
- OCAML_VERSION=4.03
|
||||
- OCAML_VERSION=4.04
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
|
Loading…
Reference in New Issue