summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d02c670..63d10c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,3 +2,9 @@ language: haskell
2 2
3notifications: 3notifications:
4 email: false 4 email: false
5
6install:
7 - cabal install --enable-tests --enable-benchmark --force-reinstalls --only-dependencies
8
9script:
10 - cabal configure --enable-tests --enable-benchmark && cabal build && cabal test \ No newline at end of file