4.04 is broken, and unsupported
This commit is contained in:
parent
6e925700f5
commit
7275073d6b
|
@ -7,7 +7,6 @@ env:
|
||||||
- PACKAGE="albatross"
|
- PACKAGE="albatross"
|
||||||
- TESTS=false
|
- TESTS=false
|
||||||
matrix:
|
matrix:
|
||||||
- OCAML_VERSION=4.04
|
|
||||||
- OCAML_VERSION=4.05
|
- OCAML_VERSION=4.05
|
||||||
- OCAML_VERSION=4.06
|
- OCAML_VERSION=4.06
|
||||||
notifications:
|
notifications:
|
||||||
|
|
2
opam
2
opam
|
@ -4,7 +4,7 @@ authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
||||||
homepage: "https://github.com/hannesm/vmm"
|
homepage: "https://github.com/hannesm/vmm"
|
||||||
dev-repo: "https://github.com/hannesm/vmm.git"
|
dev-repo: "https://github.com/hannesm/vmm.git"
|
||||||
bug-reports: "https://github.com/hannesm/vmm/issues"
|
bug-reports: "https://github.com/hannesm/vmm/issues"
|
||||||
available: [ ocaml-version >= "4.04.0"]
|
available: [ ocaml-version >= "4.05.0"]
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
|
|
Loading…
Reference in a new issue