]> git.immae.eu Git - github/fretlink/text-pipes.git/blobdiff - .travis.yml
travis
[github/fretlink/text-pipes.git] / .travis.yml
index 6a2191350c0d1aca4babb0e042691f8009dbf28a..c099defb6f0a5d0b552e6b89c5e3e9868d513e0e 100644 (file)
@@ -1 +1,20 @@
-language: haskell
\ No newline at end of file
+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 $mode
+  - cabal build
+
+notifications:
+  irc:
+    channels:
+      - "irc.freenode.org##piffle"
+    skip_join: true
+    template:
+      - "\x0313linear\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"