opam and travis

This commit is contained in:
Simon Cruanes 2020-04-24 22:47:37 -04:00
parent 5d536afb68
commit 0fea0ea522
3 changed files with 4 additions and 1 deletions

View file

@ -18,3 +18,6 @@ env:
- PACKAGE="containers" OCAML_VERSION="4.10" TESTS=false
- PACKAGE="containers-data" OCAML_VERSION="4.08"
- PACKAGE="containers-thread" OCAML_VERSION="4.08"
cache:
directories:
- /home/opam/.opam/

View file

@ -18,6 +18,7 @@ depends: [
"ounit" { with-test }
"iter" { with-test }
"gen" { with-test }
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
"odoc" { with-doc }
]
tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]

View file

@ -20,7 +20,6 @@ depends: [
"iter" { with-test }
"gen" { with-test }
"uutf" { with-test }
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
"odoc" { with-doc }
]
depopts: [