diff options
author | yenatch <yenatch@gmail.com> | 2017-05-25 00:10:51 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-25 00:10:51 -0400 |
commit | f86f229017d6e03f211b623139d357680db5ceeb (patch) | |
tree | 1a5eb56efe22b0777615a3fbca66dd10a729f948 | |
parent | 710e451a3ff825bf6c5f1dd621791b06668a62f2 (diff) |
Update the agbcc repo link for travis.
-rw-r--r-- | .travis.yml | 2 |
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 |