Merge pull request #1018 from rgrinberg/4.07.0

4.07.0
This commit is contained in:
Rudi Grinberg 2018-07-16 11:48:39 +02:00 committed by GitHub
commit b2892437e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,9 @@ matrix:
- os: linux
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.07 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test
@ -48,3 +51,6 @@ matrix:
- os: osx
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build_macOS
- os: osx
env: OCAML_VERSION=4.07 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build_macOS

View File

@ -6,4 +6,5 @@
(context (opam (switch 4.04.2)))
(context (opam (switch 4.05.0)))
(context (opam (switch 4.06.1)))
(context (opam (switch 4.07.0+trunk)))
(context (opam (switch 4.07.0)))
(context (opam (switch 4.08.0+trunk)))