Skip to content

Commit

Permalink
chore: ⚙️ testing library/package on newer versions of OCaml compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoonroad committed Oct 18, 2020
1 parent 877e16e commit 7c3424d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,11 @@ env:
- OCAML_VERSION=4.04 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.05 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.06 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.07 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.08 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.09 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.10 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"
- OCAML_VERSION=4.11 PACKAGE=cuid UPDATE_GCC_BINUTILS=1 BISECT_ENABLE=YES BISECT_SILENT=YES POST_INSTALL_HOOK="make report"

os:
- linux
Expand Down

0 comments on commit 7c3424d

Please sign in to comment.