-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
48 lines (44 loc) · 2.32 KB
/
.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
42
43
44
45
46
47
48
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:
- OCAML_VERSION=4.09 PACKAGE=p2p
- OCAML_VERSION=4.08 PACKAGE=p2p
- OCAML_VERSION=4.07 PACKAGE=p2p
- OCAML_VERSION=4.06 PACKAGE=p2p
- OCAML_VERSION=4.09 PACKAGE=cyclon
- OCAML_VERSION=4.09 PACKAGE=cyclon-lwt PINS="cyclon:. urps:git+https://github.com/p2pcollab/ocaml-urps"
- OCAML_VERSION=4.08 PACKAGE=cyclon
- OCAML_VERSION=4.08 PACKAGE=cyclon-lwt PINS="cyclon:. urps:git+https://github.com/p2pcollab/ocaml-urps"
- OCAML_VERSION=4.07 PACKAGE=cyclon
- OCAML_VERSION=4.07 PACKAGE=cyclon-lwt PINS="cyclon:. urps:git+https://github.com/p2pcollab/ocaml-urps"
- OCAML_VERSION=4.06 PACKAGE=cyclon
- OCAML_VERSION=4.06 PACKAGE=cyclon-lwt PINS="cyclon:. urps:git+https://github.com/p2pcollab/ocaml-urps
- OCAML_VERSION=4.09 PACKAGE=vicinity
- OCAML_VERSION=4.09 PACKAGE=vicinity-lwt PINS="vicinity:."
- OCAML_VERSION=4.08 PACKAGE=vicinity
- OCAML_VERSION=4.08 PACKAGE=vicinity-lwt PINS="vicinity:."
- OCAML_VERSION=4.07 PACKAGE=vicinity
- OCAML_VERSION=4.07 PACKAGE=vicinity-lwt PINS="vicinity:."
- OCAML_VERSION=4.06 PACKAGE=vicinity
- OCAML_VERSION=4.06 PACKAGE=vicinity-lwt PINS="vicinity:."
- OCAML_VERSION=4.09 PACKAGE=ringcast
- OCAML_VERSION=4.09 PACKAGE=ringcast-lwt PINS="ringcast:."
- OCAML_VERSION=4.08 PACKAGE=ringcast
- OCAML_VERSION=4.08 PACKAGE=ringcast-lwt PINS="ringcast:."
- OCAML_VERSION=4.07 PACKAGE=ringcast
- OCAML_VERSION=4.07 PACKAGE=ringcast-lwt PINS="ringcast:."
- OCAML_VERSION=4.06 PACKAGE=ringcast
- OCAML_VERSION=4.06 PACKAGE=ringcast-lwt PINS="ringcast:."
- OCAML_VERSION=4.09 PACKAGE=poldercast PINS="blip:git+https://github.com/p2pcollab/ocaml-blip"
- OCAML_VERSION=4.09 PACKAGE=poldercast-lwt PINS="poldercast:."
- OCAML_VERSION=4.08 PACKAGE=poldercast PINS="blip:git+https://github.com/p2pcollab/ocaml-blip"
- OCAML_VERSION=4.08 PACKAGE=poldercast-lwt PINS="poldercast:."
- OCAML_VERSION=4.07 PACKAGE=poldercast PINS="blip:git+https://github.com/p2pcollab/ocaml-blip"
- OCAML_VERSION=4.07 PACKAGE=poldercast-lwt PINS="poldercast:."
- OCAML_VERSION=4.06 PACKAGE=poldercast PINS="blip:git+https://github.com/p2pcollab/ocaml-blip"
- OCAML_VERSION=4.06 PACKAGE=poldercast-lwt PINS="poldercast:."
os:
- linux
- osx