-
Notifications
You must be signed in to change notification settings - Fork 43
/
.travis.yml
37 lines (31 loc) · 890 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
language: haskell
env:
matrix:
- GHCVER=7.10.3 CABALVER=1.22
- GHCVER=8.0.2 CABALVER=1.24
- GHCVER=8.2.2 CABALVER=2.0 SKIP_HADDOCK=true # Not sure why this isn't working
- GHCVER=8.4.2 CABALVER=2.2
- GHCVER=8.6.1 CABALVER=2.4
- GHCVER=8.8.1 CABALVER=3.0
- GHCVER=head CABALVER=head
global:
- HEAD_DEPS="monoid-extras dual-tree"
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:
- "\x0313diagrams-core\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"