do not fail tests on missing libcurl features
[ocurl.git] / .travis.yml
blob363888af842c4dc47000ebaf19abad4d5da62afa
1 language: c
2 sudo: required
3 install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
4 script: bash -ex .travis-opam.sh
5 env:
6   - OCAML_VERSION=4.02
7   - OCAML_VERSION=4.03
8   - OCAML_VERSION=4.04
9   - OCAML_VERSION=4.05
10   - OCAML_VERSION=4.06
11 os:
12   - linux
13   - osx