Skip to content

Commit 5986fd9

Browse files
committed
update travis and minimum ocaml version
1 parent 51d7f35 commit 5986fd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env:
77
- PINS="ezjsonm:."
88
- PACKAGE=ezjsonm-lwt
99
matrix:
10-
- OCAML_VERSION=4.03
1110
- OCAML_VERSION=4.04
11+
- OCAML_VERSION=4.05
1212
- OCAML_VERSION=4.06
13-
- OCAML_VERSION=4.07
13+
- OCAML_VERSION=4.10
1414
os:
1515
- linux

ezjsonm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage: "https://github.com/mirage/ezjsonm"
77
doc: "https://mirage.github.io/ezjsonm/"
88
bug-reports: "https://github.com/mirage/ezjsonm/issues"
99
depends: [
10-
"ocaml" {>="4.03.0"}
10+
"ocaml" {>="4.04.0"}
1111
"dune" {>= "2.0"}
1212
"alcotest" {with-test & >= "0.4.0"}
1313
"jsonm" {>= "1.0.0"}

0 commit comments

Comments
 (0)