Skip to content

Commit

Permalink
chore: try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Apr 15, 2020
1 parent f22b74b commit 187d8d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env:
- DISTRO="ubuntu-16.04"
- PACKAGE="gen"
matrix:
- OCAML_VERSION="4.02.3"
- OCAML_VERSION="4.03"
- OCAML_VERSION="4.04"
#- OCAML_VERSION="4.04"
#- PACKAGE="iter" OCAML_VERSION="4.05" EXTRA_DEPS="base-bigarray"
- OCAML_VERSION="4.06"
- OCAML_VERSION="4.07"
- OCAML_VERSION="4.08"
- OCAML_VERSION="4.09"
#- OCAML_VERSION="4.09"
- OCAML_VERSION="4.10"
1 change: 1 addition & 0 deletions gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"odoc" {with-doc}
"qcheck" {with-test}
"qtest" {with-test}
"ocaml" { >= "4.03.0" }
]
tags: [ "gen" "iterator" "iter" "fold" ]
homepage: "https://github.com/c-cube/gen/"
Expand Down

0 comments on commit 187d8d6

Please sign in to comment.