forked from ocaml/opam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (36 loc) · 850 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
33
34
35
36
37
38
39
40
41
language: c
sudo: false
addons:
apt:
packages:
- aspcud
before_install:
- bash -ex .travis-ci.sh prepare
install:
- bash -ex .travis-ci.sh install
cache:
directories:
- $HOME/.opam.bootstrap
script:
- bash -ex .travis-ci.sh build
matrix:
include:
- os: linux
env: OCAML_VERSION=4.03.0 OPAM_TEST=1 EXTERNAL_SOLVER=
- os: linux
env: OCAML_VERSION=4.03.0 OPAM_TEST=1 EXTERNAL_SOLVER=aspcud
- os: linux
env: OCAML_VERSION=4.03.0 OPAM_TEST=
- os: linux
env: OCAML_VERSION=4.02.3 OPAM_TEST=
- os: linux
env: OCAML_VERSION=4.01.0 OPAM_TEST=
- os: osx
env: OCAML_VERSION=4.03.0 OPAM_TEST=1 EXTERNAL_SOLVER=
- os: osx
env: OCAML_VERSION=4.03.0 OPAM_TEST=
notifications:
email:
irc:
- "chat.freenode.net#opam"