Update CI matrix for 4.06.0

This commit is contained in:
Rudi Grinberg 2017-11-06 17:07:56 +08:00
parent 4ec018c4c7
commit 589b79ae28
1 changed files with 13 additions and 0 deletions

View File

@ -30,6 +30,16 @@ matrix:
apt:
packages:
- aspcud
- os: linux
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test
addons:
apt:
packages:
- aspcud
- os: osx
env: OCAML_VERSION=4.02 OCAML_RELEASE=3 WITH_OPAM=0
stage: Build_macOS
@ -45,3 +55,6 @@ matrix:
- os: osx
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test_macOS
- os: osx
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test_macOS