utop/.travis.yml

17 lines
333 B
YAML
Raw Normal View History

2016-04-08 09:14:36 +00:00
language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
2017-04-04 13:30:19 +00:00
global:
2017-04-04 14:45:59 +00:00
- PACKAGE=utop
2017-04-04 13:30:19 +00:00
matrix:
2016-04-08 09:14:36 +00:00
- OCAML_VERSION=4.02
2016-08-15 09:21:22 +00:00
- OCAML_VERSION=4.03
2017-04-04 13:30:19 +00:00
- OCAML_VERSION=4.04
2017-11-07 05:36:23 +00:00
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
2016-04-08 09:14:36 +00:00
os:
- linux
- osx