summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-10 08:09:38 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-10 08:09:38 +0400
commita2c9210d0a1e55f4b24564a8654bda8dc5fdaaed (patch)
tree6ddf6d1b508f93e0668a49859e9fb5b6e68670c2 /.travis.yml
parent4f97f2d8671cea0bcc5582c58d2257516e71889f (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 8d22afa9..8cb74db1 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/pxqr/bencoding.git 7 - git clone https://github.com/cobit/bencoding.git
8 - cd bencoding && cabal install --force-reinstalls && cd .. 8 - cd bencoding && cabal install --force-reinstalls && cd ..
9 - cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls 9 - cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
10 10