mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 04:35:29 -05:00
chore(travis): disable build on 4.03, enable tests on 4.08/09
This commit is contained in:
parent
b2d9e69042
commit
9a672f4e3c
1 changed files with 1 additions and 2 deletions
|
|
@ -8,11 +8,10 @@ env:
|
|||
- PINS="containers:."
|
||||
- DISTRO="ubuntu-16.04"
|
||||
matrix:
|
||||
- PACKAGE="containers" OCAML_VERSION="4.02.3" EXTRA_DEPS="base-threads base-unix" TESTS=false
|
||||
- PACKAGE="containers" OCAML_VERSION="4.03" EXTRA_DEPS="base-threads base-unix"
|
||||
- PACKAGE="containers" OCAML_VERSION="4.04" EXTRA_DEPS="base-threads base-unix"
|
||||
- PACKAGE="containers" OCAML_VERSION="4.05" EXTRA_DEPS="base-threads base-unix"
|
||||
- PACKAGE="containers" OCAML_VERSION="4.06" EXTRA_DEPS="base-threads base-unix"
|
||||
- PACKAGE="containers" OCAML_VERSION="4.07" EXTRA_DEPS="base-threads base-unix"
|
||||
- PACKAGE="containers" OCAML_VERSION="4.08" EXTRA_DEPS="base-threads base-unix" TESTS=false
|
||||
- PACKAGE="containers" OCAML_VERSION="4.08" EXTRA_DEPS="base-threads base-unix"
|
||||
- PACKAGE="containers" OCAML_VERSION="4.09" EXTRA_DEPS="base-threads base-unix" TESTS=false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue