mirror of
https://github.com/c-cube/iter.git
synced 2025-12-07 03:35:32 -05:00
chore: update travis to test iter, not sequence
This commit is contained in:
parent
5cfc83ddde
commit
a04848abe4
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -5,11 +5,11 @@ services:
|
||||||
- docker
|
- docker
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PINS="sequence:."
|
- PINS="iter:."
|
||||||
- DISTRO="ubuntu-16.04"
|
- DISTRO="ubuntu-16.04"
|
||||||
matrix:
|
matrix:
|
||||||
- PACKAGE="sequence" OCAML_VERSION="4.02.3" DEPOPTS="base-bigarray"
|
- PACKAGE="iter" OCAML_VERSION="4.02.3" EXTRA_DEPS="base-bigarray"
|
||||||
- PACKAGE="sequence" OCAML_VERSION="4.03.0" DEPOPTS="base-bigarray"
|
- PACKAGE="iter" OCAML_VERSION="4.03.0" EXTRA_DEPS="base-bigarray"
|
||||||
- PACKAGE="sequence" OCAML_VERSION="4.04.2" DEPOPTS="base-bigarray"
|
- PACKAGE="iter" OCAML_VERSION="4.04.2" EXTRA_DEPS="base-bigarray"
|
||||||
- PACKAGE="sequence" OCAML_VERSION="4.05.0" DEPOPTS="base-bigarray"
|
- PACKAGE="iter" OCAML_VERSION="4.05.0" EXTRA_DEPS="base-bigarray"
|
||||||
- PACKAGE="sequence" OCAML_VERSION="4.06.0" DEPOPTS="base-bigarray"
|
- PACKAGE="iter" OCAML_VERSION="4.06.0" EXTRA_DEPS="base-bigarray"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue