travis
This commit is contained in:
parent
bb61388cfc
commit
81b2ee9963
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: c
|
||||||
|
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
|
||||||
|
script: bash -ex .travis-opam.sh
|
||||||
|
sudo: required
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- PACKAGE="albatross"
|
||||||
|
matrix:
|
||||||
|
- OCAML_VERSION=4.04
|
||||||
|
- OCAML_VERSION=4.05
|
||||||
|
- OCAML_VERSION=4.06
|
||||||
|
notifications:
|
||||||
|
email: false
|
Loading…
Reference in a new issue