Skip to content

Commit

Permalink
Test also OCaml 4.07 and 4.08 versions (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored and alavrik committed Aug 17, 2019
1 parent 188f3fb commit e220d22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ matrix:
# in addition, test opam package build (PACKAGE="piqilib")
- os: linux
env: OCAML_VERSION=4.06 PACKAGE="piqilib"
# in addition, test opam package build (PACKAGE="piqilib")
- os: linux
env: OCAML_VERSION=4.07 PACKAGE="piqilib"
# in addition, test opam package build (PACKAGE="piqilib")
- os: linux
env: OCAML_VERSION=4.08 PACKAGE="piqilib"
# testing only basic install on osx with latest homebrew formulas
- os: osx
env: OCAML_VERSION=homebrew
Expand Down

0 comments on commit e220d22

Please sign in to comment.