albatross/.travis.yml

15 lines
328 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"
- TESTS=false
2018-01-16 00:46:33 +00:00
matrix:
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
2018-10-23 22:18:29 +00:00
- OCAML_VERSION=4.07
2018-01-16 00:46:33 +00:00
notifications:
email: false