Add OCaml 4.09 and 4.10.0+beta1 to the CI matrix

This commit is contained in:
Kate 2020-01-13 21:00:24 +00:00
parent 7c99d8c904
commit 88bf1bdd30
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ script: bash -ex .travis-opam.sh
env: env:
global: global:
- PACKAGE=utop - PACKAGE=utop
- FORK_USER=kit-ty-kate
- FORK_BRANCH=410
matrix: matrix:
- OCAML_VERSION=4.03 - OCAML_VERSION=4.03
- OCAML_VERSION=4.04 - OCAML_VERSION=4.04
@ -12,6 +14,8 @@ env:
- OCAML_VERSION=4.06 - OCAML_VERSION=4.06
- OCAML_VERSION=4.07 - OCAML_VERSION=4.07
- OCAML_VERSION=4.08 - OCAML_VERSION=4.08
- OCAML_VERSION=4.09
- OPAM_SWITCH=4.10.0+beta1 OCAML_BETA=enable
os: os:
- linux - linux
- osx - osx