Skip to content

Commit

Permalink
Add 4.7-4.11 travis targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
trepetti committed Oct 19, 2020
1 parent 4754672 commit b15cedd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ env:
- OCAML_VERSION=4.04 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.05 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.06 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.07 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.08 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.09 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.10 PACKAGE="ppx_deriving_cmdliner" TESTS=true
- OCAML_VERSION=4.11 PACKAGE="ppx_deriving_cmdliner" TESTS=true
os:
- linux
- osx
Expand Down
3 changes: 3 additions & 0 deletions dune-workspace.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
(context (opam (switch 4.06.0)))
(context (opam (switch 4.07.0)))
(context (opam (switch 4.08.0)))
(context (opam (switch 4.09.0)))
(context (opam (switch 4.10.0)))
(context (opam (switch 4.11.0)))

0 comments on commit b15cedd

Please sign in to comment.