mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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-data" OCAML_VERSION="4.08"
|
||||
- PACKAGE="containers-thread" OCAML_VERSION="4.08"
|
||||
cache:
|
||||
directories:
|
||||
- /home/opam/.opam/
|
||||
|
|
|
|||
|
|
@ -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" ]
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue