diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-11-11 18:11:58 -0500 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-11-11 18:11:58 -0500 |
commit | 5b3411474af3141c9ba8e9025161c903678a3b39 (patch) | |
tree | f7fbbda2d08b9a43b487e6baa1ccb8ca24ff0e81 | |
parent | 89cf7024a1ea56acdb7c39581141ecc9de1dc031 (diff) | |
download | text-pipes-5b3411474af3141c9ba8e9025161c903678a3b39.tar.gz text-pipes-5b3411474af3141c9ba8e9025161c903678a3b39.tar.zst text-pipes-5b3411474af3141c9ba8e9025161c903678a3b39.zip |
travis apt
-rw-r--r-- | .travis.yml | 6 |
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 | |||
10 | install: | 11 | install: |
11 | - cabal configure | 12 | - $CABAL install --dependencies-only |
12 | - cabal build | 13 | - $CABAL configure |
14 | - $CABAL build | ||