added a travis file
This commit is contained in:
parent
35c740c312
commit
f58c4c752d
|
@ -0,0 +1,11 @@
|
|||
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:
|
||||
- OCAML_VERSION=4.01
|
||||
- OCAML_VERSION=4.02
|
||||
- OCAML_VERSION=4.03
|
||||
os:
|
||||
- linux
|
||||
- osx
|
Loading…
Reference in New Issue