File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ language: haskell
2+
3+ env:
4+ matrix:
5+ - HPVER=2012.4.0.0
6+ - HPVER=2013.2.0.0
7+ - GHCVER=7.4.2
8+ - GHCVER=7.6.3
9+ - GHCVER=head
10+ global:
11+ - CABALVER=1.18
12+ - UBUNTU_PKGS=""
13+ - EXTRA_DEPS_PRE=""
14+ - HEAD_DEPS=""
15+ - EXTRA_DEPS=""
16+ - CABAL_FLAGS=""
17+
18+ matrix:
19+ allow_failures:
20+ - env: GHCVER=head
21+
22+ before_install:
23+ - git clone http://github.com/diagrams/diagrams-travis travis
24+ - source travis/scripts/set_env.sh
25+ - ./travis/scripts/before_install.sh
26+
27+ install: ./travis/scripts/install.sh
28+
29+ script: ./travis/scripts/script.sh
30+
31+ notifications:
32+ email: false
33+ irc:
34+ channels:
35+ - "irc.freenode.org#diagrams"
36+ skip_join: true
37+ template:
38+ - "\x0313<<<REPONAME>>>\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"
You can’t perform that action at this time.
0 commit comments