summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-25 00:10:51 -0400
committeryenatch <yenatch@gmail.com>2017-05-25 00:10:51 -0400
commitf86f229017d6e03f211b623139d357680db5ceeb (patch)
tree1a5eb56efe22b0777615a3fbca66dd10a729f948
parent710e451a3ff825bf6c5f1dd621791b06668a62f2 (diff)
Update the agbcc repo link for travis.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ca2b5a12a..16d9cfa50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ install:
- cd $HOME
- travis_retry wget http://download.sourceforge.net/devkitpro/devkitARM_r46-x86_64-linux.tar.bz2
- tar xf devkitARM*.tar.bz2
- - travis_retry git clone https://github.com/YamaArashi/agbcc.git
+ - travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
script:
- cd $TRAVIS_BUILD_DIR