albatross/.travis.yml

19 lines
399 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-docker.sh
script: bash -ex .travis-docker.sh
sudo: false
services:
- docker
2018-01-16 00:46:33 +00:00
env:
global:
- PACKAGE="albatross"
2020-11-14 20:35:14 +00:00
- DISTRO=ubuntu-lts
- TESTS=false
2018-01-16 00:46:33 +00:00
matrix:
- OCAML_VERSION=4.08
- OCAML_VERSION=4.09
2020-03-13 15:24:52 +00:00
- OCAML_VERSION=4.10
- OCAML_VERSION=4.11
2018-01-16 00:46:33 +00:00
notifications:
email: false