summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlatinumMaster <L33TGamer@outlook.com>2020-04-04 01:41:50 -0400
committerPlatinumMaster <L33TGamer@outlook.com>2020-04-04 01:41:50 -0400
commit5801966b6d0817507d989107b2c5b0e93cefc0b6 (patch)
treea1a24de7752789f57605529d852a891cd226f3d3
parent03079468443fde273e35d2a7fa5f6143a1659675 (diff)
Attempt to fix the travis build.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2253ac815..f99d44b4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,8 @@ install:
- pushd $HOME
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r52/devkitARM_r52-linux.tar.xz
- tar xJf devkitARM*.tar.xz
+ - cd devkitARM && wget https://raw.githubusercontent.com/devkitPro/devkitarm-rules/master/base_tools
+ - cd ..
- travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
- popd