Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #183 (pre-ppxlib only): CI testing for our reverse dependencies (again!) #227

Merged
34 changes: 24 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,31 @@ dist: xenial
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- REVDEPS="ppx_deriving_hardcaml
ppx_deriving_crowbar
ppx_deriving_yojson
ppx_deriving_madcast
ppx_deriving_protocol
ppx_deriving_rpc
ppx_deriving_argparse
ppx_deriving_cmdliner
ppx_deriving_protobuf
ppx_deriving_morphism
visitors"
matrix:
- OCAML_VERSION=4.02 # we require >=4.02.2 but this picks 4.02.3
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
- OCAML_VERSION=4.08
- OCAML_VERSION=4.09
- OCAML_VERSION=4.10
- OCAML_VERSION=4.11.0+trunk OCAML_BETA=enable
PINS="ppx_tools:https://github.com/kit-ty-kate/ppx_tools.git#411"
PINS="ppx_tools:https://github.com/kit-ty-kate/ppx_tools.git#411
ppx_deriving_yojson:https://github.com/thierry-martinez/ppx_deriving_yojson.git#411_lightning
ppx_deriving_protobuf:https://github.com/thierry-martinez/ppx_deriving_protobuf.git#411"
- OCAML_VERSION=4.10
- OCAML_VERSION=4.09
- OCAML_VERSION=4.08
- OCAML_VERSION=4.07
- OCAML_VERSION=4.06
- OCAML_VERSION=4.05
- OCAML_VERSION=4.04
- OCAML_VERSION=4.03
- OCAML_VERSION=4.02 # we require >=4.02.2 but this picks 4.02.3
os:
- linux