summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index afdb1238..68b7e213 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,8 @@ notifications:
4 email: false 4 email: false
5 5
6install: 6install:
7 - git clone https://github.com/pxqr/bencoding.git 7 - cabal sandbox init
8 - cd bencoding 8 - ./dev/update-dependencies.sh
9 - cabal install --force-reinstalls
10 - cd ..
11 - cabal install --enable-tests --enable-benchmark --force-reinstalls --only-dependencies
12 9
13script: 10script:
14 cabal configure --enable-tests --enable-benchmark && cabal build && cabal test \ No newline at end of file 11 - cabal configure --enable-tests --enable-benchmark && cabal build && ./dist/build/spec/spec \ No newline at end of file