sync enums used
[ocurl.git] / .travis.yml
blob2049aea71c778f236c32c1c7106237822cfab588
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   - OCAML_VERSION=4.07
12   - OCAML_VERSION=4.08
13   - OCAML_VERSION=4.09
14   - OCAML_VERSION=4.10
15 os:
16   - osx
17   - linux