Add .travis file (#12)

Will work against OCaml 4.0{2,3,4} and Linux, OSX
This commit is contained in:
Rudi Grinberg 2017-03-01 03:56:02 -05:00 committed by Jérémie Dimino
parent 78a2b27bc1
commit 6160b59657
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- PACKAGE=jbuilder
matrix:
- OCAML_VERSION=4.02
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
os:
- linux
- osx