-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
35 lines (29 loc) · 910 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
language: haskell
env:
matrix:
- GHCVER=8.2.2 CABALVER=2.0
- GHCVER=8.4.3 CABALVER=2.2
- GHCVER=8.6.5 CABALVER=2.4
- GHCVER=8.8.1 CABALVER=3.0
- GHCVER=head CABALVER=head
global:
- UBUNTU_PKGS="libcairo2-dev libpango1.0-dev"
- HEAD_DEPS="diagrams-core diagrams-lib diagrams-solve monoid-extras dual-tree statestack"
- EXTRA_DEPS_PRE="gtk2hs-buildtools Cabal"
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-cairo\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"