diff options
author | huderlem <huderlem@gmail.com> | 2019-02-04 10:50:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 10:50:43 -0600 |
commit | 66059f3a3a70ba2f51c55e55e5070eabad8565f0 (patch) | |
tree | 18e24efc5cd3b6209a6805a781240eb0a114247a | |
parent | a0ba1b7c6353f7e4f3066025514c05b323a0123d (diff) |
Update to dkp r50 download url
-rw-r--r-- | .travis.yml | 2 |
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 |