Skip to content

Commit

Permalink
Rework travis tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Jan 3, 2020
1 parent 8ec277d commit 8f3c7d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ env:
matrix:

- PACKAGE="ppx_protocol_conv" OCAML_VERSION=4.04
- PACKAGE="ppx_protocol_conv_json" OCAML_VERSION=4.08
- PACKAGE="ppx_protocol_conv_msgpack" OCAML_VERSION=4.08
- PACKAGE="ppx_protocol_conv_xml_light" OCAML_VERSION=4.08
- PACKAGE="ppx_protocol_conv_yaml" OCAML_VERSION=4.08
- PACKAGE="ppx_protocol_conv_jsonm" OCAML_VERSION=4.08
- PACKAGE="ppx_protocol_conv_json" OCAML_VERSION=4.08 TEST=false
- PACKAGE="ppx_protocol_conv" OCAML_VERSION=4.08
- PACKAGE="ppx_protocol_conv" OCAML_VERSION=4.09
- PACKAGE="ppx_protocol_conv_msgpack" OCAML_VERSION=4.09
- PACKAGE="ppx_protocol_conv_xml_light" OCAML_VERSION=4.09
- PACKAGE="ppx_protocol_conv_yaml" OCAML_VERSION=4.09
- PACKAGE="ppx_protocol_conv_jsonm" OCAML_VERSION=4.09
- PACKAGE="ppx_protocol_conv_json" OCAML_VERSION=4.09
- PACKAGE="ppx_protocol_conv_json" OCAML_VERSION=4.09 TEST=false

os:
- linux
Expand Down

0 comments on commit 8f3c7d5

Please sign in to comment.