]> git.immae.eu Git - github/fretlink/text-pipes.git/blobdiff - .travis.yml
repair comments in line-based module
[github/fretlink/text-pipes.git] / .travis.yml
index 59bb2d97fa6547c785a357164b4174971d60cde3..712aa5698a81505ff4dacafe8a000b54d7416987 100644 (file)
@@ -1,14 +1,6 @@
 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
+ghc:
+  - 7.6
+  - 7.8
+notifications:
+  email: false
\ No newline at end of file