summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlatinumMaster <L33TGamer@outlook.com>2020-04-04 00:57:59 -0400
committerPlatinumMaster <L33TGamer@outlook.com>2020-04-04 00:57:59 -0400
commit03079468443fde273e35d2a7fa5f6143a1659675 (patch)
tree815556791a03756f5ff023008f169ee2c9554fe8
parente6b5638341aa4f8ef79a8243c8e06b01a7578c21 (diff)
Fix broken travis build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e9964105e..2253ac815 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ cache:
apt: true
install:
- pushd $HOME
- - travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r50/devkitARM_r50-linux.tar.xz
+ - travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r52/devkitARM_r52-linux.tar.xz
- tar xJf devkitARM*.tar.xz
- travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR