Update OCaml versions

This commit is contained in:
Jeremie Dimino 2017-07-18 13:18:26 +01:00
parent edb4b8f73c
commit dc895d455f
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ env:
- OCAML_VERSION=4.02 OCAML_RELEASE=3 - OCAML_VERSION=4.02 OCAML_RELEASE=3
- OCAML_VERSION=4.03 OCAML_RELEASE=0 - OCAML_VERSION=4.03 OCAML_RELEASE=0
- OCAML_VERSION=4.04 OCAML_RELEASE=2 - OCAML_VERSION=4.04 OCAML_RELEASE=2
- OCAML_VERSION=4.05 OCAML_RELEASE=0+rc1 - OCAML_VERSION=4.05 OCAML_RELEASE=0
os: os:
- linux - linux
- osx - osx

View File

@ -1,6 +1,6 @@
;; This file is used by `make all-supported-ocaml-versions` ;; This file is used by `make all-supported-ocaml-versions`
(context ((switch 4.02.3))) (context ((switch 4.02.3)))
(context ((switch 4.03.0))) (context ((switch 4.03.0)))
(context ((switch 4.04.1))) (context ((switch 4.04.2)))
(context ((switch 4.05.0+trunk))) (context ((switch 4.05.0)))
(context ((switch 4.06.0+trunk))) (context ((switch 4.06.0+trunk)))