]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
travis
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 11 Nov 2014 22:56:31 +0000 (17:56 -0500)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 11 Nov 2014 22:56:31 +0000 (17:56 -0500)
.travis.yml

index 93759f083eb2bfb2a1adb1fcb2580ebb291ba7fa..a9afda49d387463d1f1357d4a3bf95e1a1f3f33d 100644 (file)
@@ -1,20 +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 $mode
-
-install:
-  - cabal configure 
-  - cabal build
-
-notifications:
-  irc:
-    channels:
-      - "irc.freenode.org##piffle"
-    skip_join: true
-    template:
-      - "\x0313linear\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"