forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 801 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: trusty
sudo: required
matrix:
include:
- os: linux
env: OCAML_VERSION=4.06 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.05 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.04 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.03 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.02 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.01 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=4.00 OPAM_VERSION=1.2.2
- os: linux
env: OCAML_VERSION=3.12 OPAM_VERSION=1.2.2
- os: osx
osx_image: xcode7.3
env: OCAML_VERSION=4.06 OPAM_VERSION=1.2.2
notifications:
email:
irc:
- chat.freenode.net#opam