mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
opam and travis
This commit is contained in:
parent
5d536afb68
commit
0fea0ea522
3 changed files with 4 additions and 1 deletions
|
|
@ -18,3 +18,6 @@ env:
|
||||||
- PACKAGE="containers" OCAML_VERSION="4.10" TESTS=false
|
- PACKAGE="containers" OCAML_VERSION="4.10" TESTS=false
|
||||||
- PACKAGE="containers-data" OCAML_VERSION="4.08"
|
- PACKAGE="containers-data" OCAML_VERSION="4.08"
|
||||||
- PACKAGE="containers-thread" OCAML_VERSION="4.08"
|
- PACKAGE="containers-thread" OCAML_VERSION="4.08"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- /home/opam/.opam/
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ depends: [
|
||||||
"ounit" { with-test }
|
"ounit" { with-test }
|
||||||
"iter" { with-test }
|
"iter" { with-test }
|
||||||
"gen" { with-test }
|
"gen" { with-test }
|
||||||
|
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
|
||||||
"odoc" { with-doc }
|
"odoc" { with-doc }
|
||||||
]
|
]
|
||||||
tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]
|
tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ depends: [
|
||||||
"iter" { with-test }
|
"iter" { with-test }
|
||||||
"gen" { with-test }
|
"gen" { with-test }
|
||||||
"uutf" { with-test }
|
"uutf" { with-test }
|
||||||
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
|
|
||||||
"odoc" { with-doc }
|
"odoc" { with-doc }
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue