mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore: fix travis
This commit is contained in:
parent
6f681256f7
commit
f7327197fe
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ env:
|
||||||
- PINS="containers:."
|
- PINS="containers:."
|
||||||
- DISTRO="ubuntu-16.04"
|
- DISTRO="ubuntu-16.04"
|
||||||
matrix:
|
matrix:
|
||||||
- PACKAGE="containers" OCAML_VERSION="4.02.3" EXTRA_DEPS="base-threads base-unix"
|
- 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.03" EXTRA_DEPS="base-threads base-unix"
|
||||||
- PACKAGE="containers" OCAML_VERSION="4.04" 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.05" EXTRA_DEPS="base-threads base-unix"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue