forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 800 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: c
install: bash -e .travis-ci-install.sh
script: bash -e .travis-ci.sh
cache: apt
dist: xenial
sudo: required
matrix:
include:
- os: osx
osx_image: xcode10.1
env: OCAML_VERSION=4.07 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.07 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.06 OPAM_VERSION=2.0 INSTALL_LOCAL=1
- os: linux
env: OCAML_VERSION=4.05 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.04 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.03 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.02 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.01 OPAM_VERSION=2.0
- os: linux
env: OCAML_VERSION=4.00 OPAM_VERSION=2.0
notifications:
email:
irc:
- chat.freenode.net#opam