Skip to content

Commit 65f4872

Browse files
committed
Add OCaml 4.07.0 to test matrix
1 parent 050e5ef commit 65f4872

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,20 @@ matrix:
3737
- os: linux
3838
env: OCAML_VERSION=4.06.1
3939
stage: Build
40+
- os: linux
41+
env: OCAML_VERSION=4.07.0
42+
stage: Build
4043
- os: osx
41-
env: OCAML_VERSION=4.06.1 OPAM_TEST=1
44+
env: OCAML_VERSION=4.07.0 OPAM_TEST=1
4245
stage: Test
4346
- os: osx
4447
env: OCAML_VERSION=4.03.0
4548
stage: Test
4649
- os: linux
47-
env: OCAML_VERSION=4.06.1 OPAM_TEST=1
50+
env: OCAML_VERSION=4.07.0 OPAM_TEST=1
4851
stage: Test
4952
- os: linux
50-
env: OCAML_VERSION=4.06.1 OPAM_TEST=1 EXTERNAL_SOLVER=aspcud
53+
env: OCAML_VERSION=4.07.0 OPAM_TEST=1 EXTERNAL_SOLVER=aspcud
5154
stage: Test
5255
- os: linux
5356
env: COLD=1

0 commit comments

Comments
 (0)