summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-02-03 20:10:58 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-02-03 20:10:58 -0500
commitd991f1b2c99d176dc411223c46ca621ca6b28ea2 (patch)
tree54238d00d8fa7213466d9e298681f1e8b710ce16
parente0d25c32898b1284297159a5d1c1c6422a040150 (diff)
Travis use cam's ARM branch
-rw-r--r--.travis.yml2
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: