aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-11 18:04:36 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-11 18:04:36 -0500
commit10e2de4fa9526b279a7ba0a958c7ad9287cf278c (patch)
tree3094a2917effb878f5a6c78b87b64e7e258c6d04
parent17a14f6de0cf6ade58cafd81d5f50d9fce11f0bd (diff)
downloadtext-pipes-10e2de4fa9526b279a7ba0a958c7ad9287cf278c.tar.gz
text-pipes-10e2de4fa9526b279a7ba0a958c7ad9287cf278c.tar.zst
text-pipes-10e2de4fa9526b279a7ba0a958c7ad9287cf278c.zip
travis
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a9afda4..879149c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,12 @@
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
9
10install:
11 - cabal configure
12 - cabal build