aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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