summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d02c670f..a2a18c04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,3 +2,14 @@ language: haskell
2 2
3notifications: 3notifications:
4 email: false 4 email: false
5
6install:
7 git clone https://github.com/fmap/bencoding.git
8 cd bencoding
9 cabal install --enable-tests --enable-benchmark --force-reinstalls
10 cd ..
11
12 cabal install --enable-tests --enable-benchmark --force-reinstalls --only-dependencies
13
14script:
15 cabal configure --enable-tests --enable-benchmark && cabal build && cabal test \ No newline at end of file