Skip to content

Commit

Permalink
Travis: use 4.08.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Aug 9, 2019
1 parent d9c477e commit 0f14b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
matrix:
include:
- os: osx
env: OCAML=4.08.0
env: OCAML=4.08.1
- os: osx
env: ESY_BUILD=YES ESY__CACHE=/home/travis/.esy
- os: linux
Expand All @@ -23,14 +23,14 @@ matrix:
- os: linux
env: OCAML=4.07.1
- os: linux
env: OCAML=4.08.0
env: OCAML=4.08.1
- os: linux
env: OCAML=ocaml-variants.4.09.0+beta1 REPOSITORIES=--repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git
- os : linux
env: ESY_BUILD=YES ESY__CACHE=/home/travis/.esy

allow_failures:
- env: OCAML=4.08.0
- env: OCAML=4.08.1
- env: OCAML=ocaml-variants.4.09.0+beta1 REPOSITORIES=--repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git

fast_finish: true
Expand Down

0 comments on commit 0f14b90

Please sign in to comment.