Skip to content

Commit 402afdd

Browse files
author
Brent Yorgey
committed
add template .travis.yml file
1 parent 9691817 commit 402afdd

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.travis.yml.template

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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}"

0 commit comments

Comments
 (0)