summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-18 23:56:07 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-18 23:56:07 +0400
commit3cf6227b5dc007e0ed23f108168f2e6604f10ba3 (patch)
tree6f1b33de386b9c2e0a88b1ef8d5907da64ad89e9 /.travis.yml
parent85d7938c99a0a919fc55646486d411a70441cf19 (diff)
~ Update urls.
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 ..