mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
chore(travis): remove 4.01 from the list of versions
This commit is contained in:
parent
943cff09da
commit
945da3ae11
1 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
language: c
|
language: c
|
||||||
env:
|
env:
|
||||||
- OCAML_VERSION=4.01.0
|
|
||||||
- OCAML_VERSION=4.02.3
|
- OCAML_VERSION=4.02.3
|
||||||
- OCAML_VERSION=4.04.2
|
|
||||||
- OCAML_VERSION=4.05.0
|
- OCAML_VERSION=4.05.0
|
||||||
- OCAML_VERSION=4.05.0+flambda
|
- OCAML_VERSION=4.05.0+flambda
|
||||||
- OCAML_VERSION=4.06.0
|
- OCAML_VERSION=4.06.0
|
||||||
|
|
@ -13,9 +11,9 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- opam
|
- opam
|
||||||
# Caching may take a lot of space with so many ocaml versions
|
# Caching may take a lot of space with so many ocaml versions
|
||||||
#cache:
|
cache:
|
||||||
# directories:
|
directories:
|
||||||
# - $HOME/.opam
|
- $HOME/.opam
|
||||||
before_install:
|
before_install:
|
||||||
# Some opam boilerplate
|
# Some opam boilerplate
|
||||||
- export OPAMYES=1
|
- export OPAMYES=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue