diff options
| author | PlatinumMaster <L33TGamer@outlook.com> | 2020-04-04 00:57:59 -0400 | 
|---|---|---|
| committer | PlatinumMaster <L33TGamer@outlook.com> | 2020-04-04 00:57:59 -0400 | 
| commit | 03079468443fde273e35d2a7fa5f6143a1659675 (patch) | |
| tree | 815556791a03756f5ff023008f169ee2c9554fe8 | |
| parent | e6b5638341aa4f8ef79a8243c8e06b01a7578c21 (diff) | |
Fix broken travis build
| -rw-r--r-- | .travis.yml | 2 | 
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 | 
