summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-02-04 10:49:58 -0600
committerGitHub <noreply@github.com>2019-02-04 10:49:58 -0600
commit548f05cb3227c69bf28665f0a3b9a333f816dcc4 (patch)
tree1e43cd585d797e55b8c699cba6cdeecd62840916
parent6aa410618f45c5b28de875d407aa14b907d4e5f5 (diff)
Update to dkp r50 download url
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index db9b26b92..2d7560c92 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_r49/devkitARM_r49-linux.tar.xz
+ - 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
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR