From f86f229017d6e03f211b623139d357680db5ceeb Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 25 May 2017 00:10:51 -0400 Subject: Update the agbcc repo link for travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3