Skip to content

Commit

Permalink
travis, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
chambart committed Mar 23, 2017
1 parent 7ad39dc commit 7888e89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=latest TESTS=true
- OCAML_VERSION=4.04 TESTS=true
- OCAML_VERSION=4.03 TESTS=true
- OCAML_VERSION=4.02 TESTS=true
- OCAML_VERSION=4.01 TESTS=true
- OCAML_VERSION=4.00 TESTS=true
- OCAML_VERSION=3.12 TESTS=true
- OCAML_VERSION=latest TESTS=true PACKAGE=ocplib-endian
- OCAML_VERSION=4.04 TESTS=true PACKAGE=ocplib-endian
- OCAML_VERSION=4.03 TESTS=true PACKAGE=ocplib-endian
- OCAML_VERSION=4.02 TESTS=true PACKAGE=ocplib-endian
- OCAML_VERSION=4.01 TESTS=true PACKAGE=ocplib-endian
- OCAML_VERSION=4.00 TESTS=true PACKAGE=ocplib-endian
- OCAML_VERSION=3.12 TESTS=true PACKAGE=ocplib-endian
os:
- linux
- osx

0 comments on commit 7888e89

Please sign in to comment.