1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
language: c
script: bash -ex .travis-ci.sh
os:
- linux
- osx
env:
- OCAML_VERSION=4.01.0 OPAM_TEST=1 EXTERNAL_SOLVER=
- OCAML_VERSION=4.01.0 OPAM_TEST=1 EXTERNAL_SOLVER=aspcud
- OCAML_VERSION=4.02.0 OPAM_TEST=
- OCAML_VERSION=4.01.0 OPAM_TEST=
- OCAML_VERSION=4.00.1 OPAM_TEST=
- OCAML_VERSION=3.12.1 OPAM_TEST=
matrix:
exclude:
- os: osx
env: OCAML_VERSION=3.12.1 OPAM_TEST=
- os: osx
env: OCAML_VERSION=4.00.1 OPAM_TEST=
allow_failures:
- os: osx
env: OCAML_VERSION=4.02.0 OPAM_TEST=
notifications:
email:
- opam-commits@lists.ocaml.org
irc:
- "chat.freenode.net#opam"
|