albatross/.travis.yml
Hannes Mehnert 81b2ee9963 travis
2018-03-22 17:00:08 +01:00

14 lines
310 B
YAML

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