albatross/.travis.yml
Hannes Mehnert 698ccea4d0 4.07 travis
2018-10-26 21:29:59 +02:00

15 lines
328 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"
- TESTS=false
matrix:
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
notifications:
email: false