dune/.travis.yml

21 lines
365 B
YAML
Raw Normal View History

language: c
2017-07-06 14:00:46 +00:00
sudo: false
cache:
directories:
- $HOME/ocaml
install: bash -ex .travis-ci.sh prepare
script: bash -ex .travis-ci.sh build
env:
global:
- PACKAGE=jbuilder
matrix:
2017-07-06 14:00:46 +00:00
- OCAML_VERSION=4.02 OCAML_RELEASE=3
- OCAML_VERSION=4.03 OCAML_RELEASE=0
- OCAML_VERSION=4.04 OCAML_RELEASE=2
2017-07-18 12:18:26 +00:00
- OCAML_VERSION=4.05 OCAML_RELEASE=0
os:
- linux
- osx