Skip to content

Commit

Permalink
Require OCaml >= 4.02
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Feb 12, 2018
1 parent d372514 commit 2a84c9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,10 +1,11 @@
language: c
script: "./.travis-ci.sh"
env:
- PACKAGE="piqi" OCAML_VERSION=3.12
- PACKAGE="piqi" OCAML_VERSION=4.00
- PACKAGE="piqi" OCAML_VERSION=4.01
- PACKAGE="piqi" OCAML_VERSION=4.02
- PACKAGE="piqi" OCAML_VERSION=4.03
# development version of piqilib
# NOTE: testing only against the current development version of piqilib,
# because compatibility is not guaranteed with previous releases
- PACKAGE="piqi" OCAML_VERSION=4.02 PINS=piqilib
- PACKAGE="piqi" OCAML_VERSION=4.03 PINS=piqilib
- PACKAGE="piqi" OCAML_VERSION=4.04 PINS=piqilib
- PACKAGE="piqi" OCAML_VERSION=4.05 PINS=piqilib
- PACKAGE="piqi" OCAML_VERSION=4.06 PINS=piqilib
- PACKAGE="piqi" OCAML_VERSION=4.06 PINS=piqilib
1 change: 1 addition & 0 deletions opam
Expand Up @@ -14,6 +14,7 @@ remove: [
["ocamlfind" "remove" "piqirun"]
]
build-test: [make "test"]
available: [ ocaml-version >= "4.02.0" ]
depends: [
"ocamlfind"
"piqilib"
Expand Down
2 changes: 1 addition & 1 deletion piqirun/Makefile
Expand Up @@ -5,7 +5,7 @@ RESULT = piqirun


# piqirun_ext.ml depends on it
PACKS = piqilib bytes
PACKS = piqilib


SOURCES = \
Expand Down

0 comments on commit 2a84c9b

Please sign in to comment.