4.04 is broken, and unsupported

This commit is contained in:
Hannes Mehnert 2018-10-09 18:41:46 +01:00
parent 6e925700f5
commit 7275073d6b
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ env:
- PACKAGE="albatross"
- TESTS=false
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
notifications:

2
opam
View File

@ -4,7 +4,7 @@ authors: ["Hannes Mehnert <hannes@mehnert.org>"]
homepage: "https://github.com/hannesm/vmm"
dev-repo: "https://github.com/hannesm/vmm.git"
bug-reports: "https://github.com/hannesm/vmm/issues"
available: [ ocaml-version >= "4.04.0"]
available: [ ocaml-version >= "4.05.0"]
depends: [
"ocamlfind" {build}