Deprecate OCaml 4.02 version support, add 4.07 (#254)

Deprecation due to https://github.com/ocaml-community/utop/pull/246
New version support because of the release.
This commit is contained in:
Anton Kochkov 2018-08-29 17:23:29 +08:00 committed by Jérémie Dimino
parent 081e49d882
commit 13132c3ea4
1 changed files with 1 additions and 1 deletions

View File

@ -6,11 +6,11 @@ env:
global: global:
- PACKAGE=utop - PACKAGE=utop
matrix: matrix:
- OCAML_VERSION=4.02
- OCAML_VERSION=4.03 - OCAML_VERSION=4.03
- OCAML_VERSION=4.04 - OCAML_VERSION=4.04
- OCAML_VERSION=4.05 - OCAML_VERSION=4.05
- OCAML_VERSION=4.06 - OCAML_VERSION=4.06
- OCAML_VERSION=4.07
os: os:
- linux - linux
- osx - osx