albatross/.travis.yml

14 lines
310 B
YAML
Raw Normal View History

2018-01-16 00:46:33 +00:00
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