aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-11 17:56:31 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-11 17:56:31 -0500
commit17a14f6de0cf6ade58cafd81d5f50d9fce11f0bd (patch)
tree1e153d2601f95908ab954359cfb465bc232b156e
parent86d692b70dfdcc40d538e834a8d3cc9048dd46d3 (diff)
downloadtext-pipes-17a14f6de0cf6ade58cafd81d5f50d9fce11f0bd.tar.gz
text-pipes-17a14f6de0cf6ade58cafd81d5f50d9fce11f0bd.tar.zst
text-pipes-17a14f6de0cf6ade58cafd81d5f50d9fce11f0bd.zip
travis
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index 93759f0..a9afda4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,2 @@
1language: haskell 1language: haskell
2 2
3before_install:
4 # Uncomment whenever hackage is down.
5 # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update
6
7 # Try installing some of the build-deps with apt-get for speed.
8 - travis/cabal-apt-install $mode
9
10install:
11 - cabal configure
12 - cabal build
13
14notifications:
15 irc:
16 channels:
17 - "irc.freenode.org##piffle"
18 skip_join: true
19 template:
20 - "\x0313linear\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"