aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 494fa0b..a9afda4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +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
9
10
11install:
12 - cabal install --dependencies-only
13 - cabal configure
14 - cabal build