diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 03be7612f..4f5e56e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - pushd $HOME - travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r50/devkitARM_r50-linux.tar.xz - tar xJf devkitARM*.tar.xz - - travis_retry git clone https://github.com/pret/agbcc.git + - travis_retry git clone https://github.com/camthesaxman/agbcc.git -b arm_support - cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR - popd matrix: |