forked from diagrams/svg-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (30 loc) · 853 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
language: generic
sudo: required
env:
matrix:
- GHCVER=7.8.4 CABALVER=1.18
- GHCVER=7.10.3 CABALVER=1.22
- GHCVER=8.0.2 CABALVER=1.24
- GHCVER=8.2.2 CABALVER=2.0
- GHCVER=8.4.4 CABALVER=2.2
- GHCVER=8.6.5 CABALVER=2.4
- GHCVER=8.8.3 CABALVER=3.0
- GHCVER=8.10.1 CABALVER=3.2
- GHCVER=head CABALVER=head
matrix:
allow_failures:
- env: GHCVER=head CABALVER=head
before_install:
- git clone http://github.com/diagrams/diagrams-travis travis
- source travis/scripts/set_env.sh
- ./travis/scripts/before_install.sh
install: ./travis/scripts/install.sh
script: ./travis/scripts/script.sh
notifications:
email: false
irc:
channels:
- irc.freenode.org#diagrams
skip_join: true
template:
- "\x0313svg-builder\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"