summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 769b72c..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: haskell
-ghc: '8.0.2'
-sudo: false
-
-cache:
- directories:
- - '$HOME/.cabal'
- - '$HOME/.ghc'
-
-branches:
- only:
- - 'master'
-
-install:
- - travis_wait 40 cabal install --enable-tests
-
-script:
- - cabal test