]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
travis apt 3
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 11 Nov 2014 23:29:00 +0000 (18:29 -0500)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 11 Nov 2014 23:29:00 +0000 (18:29 -0500)
.travis.yml

index 494fa0bc56930e6bd927ad1365586ee2a640911c..a9afda49d387463d1f1357d4a3bf95e1a1f3f33d 100644 (file)
@@ -1,14 +1,2 @@
 language: haskell
 
-before_install:
-  # Uncomment whenever hackage is down.
-  # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update
-
-  # Try installing some of the build-deps with apt-get for speed.
-  - travis/cabal-apt-install 
-
-
-install:
-  - cabal install --dependencies-only 
-  - cabal configure 
-  - cabal build