This commit is contained in:
Hannes Mehnert 2018-01-16 01:46:33 +01:00
parent bb61388cfc
commit 81b2ee9963
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View 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