aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-11 18:11:58 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-11 18:11:58 -0500
commit5b3411474af3141c9ba8e9025161c903678a3b39 (patch)
treef7fbbda2d08b9a43b487e6baa1ccb8ca24ff0e81
parent89cf7024a1ea56acdb7c39581141ecc9de1dc031 (diff)
downloadtext-pipes-5b3411474af3141c9ba8e9025161c903678a3b39.tar.gz
text-pipes-5b3411474af3141c9ba8e9025161c903678a3b39.tar.zst
text-pipes-5b3411474af3141c9ba8e9025161c903678a3b39.zip
travis apt
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 879149c..59bb2d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,8 @@ before_install:
7 # Try installing some of the build-deps with apt-get for speed. 7 # Try installing some of the build-deps with apt-get for speed.
8 - travis/cabal-apt-install 8 - travis/cabal-apt-install
9 9
10
10install: 11install:
11 - cabal configure 12 - $CABAL install --dependencies-only
12 - cabal build 13 - $CABAL configure
14 - $CABAL build