travis: use docker, test on 4.08 and 4.09 as well
This commit is contained in:
parent
537c113a8a
commit
e1239366e1
11
.travis.yml
11
.travis.yml
|
@ -1,14 +1,19 @@
|
||||||
language: c
|
language: c
|
||||||
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
|
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
|
||||||
script: bash -ex .travis-opam.sh
|
script: bash -ex .travis-docker.sh
|
||||||
sudo: required
|
sudo: false
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PACKAGE="albatross"
|
- PACKAGE="albatross"
|
||||||
|
- DISTRO=ubuntu
|
||||||
- TESTS=false
|
- TESTS=false
|
||||||
matrix:
|
matrix:
|
||||||
- OCAML_VERSION=4.05
|
- OCAML_VERSION=4.05
|
||||||
- OCAML_VERSION=4.06
|
- OCAML_VERSION=4.06
|
||||||
- OCAML_VERSION=4.07
|
- OCAML_VERSION=4.07
|
||||||
|
- OCAML_VERSION=4.08
|
||||||
|
- OCAML_VERSION=4.09
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue