summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 942ba28c..afdb1238 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ notifications:
4 email: false 4 email: false
5 5
6install: 6install:
7 - git clone https://github.com/fmap/bencoding.git 7 - git clone https://github.com/pxqr/bencoding.git
8 - cd bencoding 8 - cd bencoding
9 - cabal install --force-reinstalls 9 - cabal install --force-reinstalls
10 - cd .. 10 - cd ..