Update test matrix

Signed-off-by: David Allsopp <david.allsopp@metastack.com>
This commit is contained in:
David Allsopp 2017-11-09 15:06:09 +00:00
parent 1dff4e5b12
commit d486c9c2c6
1 changed files with 4 additions and 11 deletions

View File

@ -23,18 +23,11 @@ matrix:
- os: linux
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test
addons:
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
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test
addons:
apt:
@ -52,9 +45,9 @@ matrix:
- os: osx
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build_macOS
- os: osx
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build_macOS
- 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