Skip to content

Commit adb91b8

Browse files
committed
ppx_tyre needs ocaml >= 4.06.0.
1 parent 543f24b commit adb91b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
env:
88
matrix:
99
- IMAGE_NAME=ocaml/opam2:4.03 PKG_NAME=ppx_regexp
10-
- IMAGE_NAME=ocaml/opam2:4.03 PKG_NAME=ppx_tyre
10+
- IMAGE_NAME=ocaml/opam2:4.06 PKG_NAME=ppx_tyre
1111
- IMAGE_NAME=ocaml/opam2:4.07 PKG_NAME=ppx_regexp
1212
- IMAGE_NAME=ocaml/opam2:4.07 PKG_NAME=ppx_tyre
1313

ppx_tyre.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ depends: [
1717
"tyre" {>= "0.4.1"}
1818
"qcheck" {test}
1919
]
20-
available: [ocaml-version >= "4.02.3"]
20+
available: [ocaml-version >= "4.06.0"]

0 commit comments

Comments
 (0)