Update travis file

This commit is contained in:
Jeremie Dimino 2017-04-04 14:30:19 +01:00
parent ea80ba6400
commit 1e3b89d30a
1 changed files with 4 additions and 1 deletions

View File

@ -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