Skip to content

Commit

Permalink
curly.0.1.0: tests require OCaml >= 4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored May 31, 2019
1 parent 9519a6a commit ac89142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/curly/curly.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ bug-reports: "https://github.com/rgrinberg/curly/issues"
build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
run-test: [
["jbuilder" "runtest" "-p" name "-j" jobs] {ocaml:version >= "4.04.0"}
]
depends: [
"ocaml" {>= "4.02.3"}
Expand Down

0 comments on commit ac89142

Please sign in to comment.