From 5801966b6d0817507d989107b2c5b0e93cefc0b6 Mon Sep 17 00:00:00 2001 From: PlatinumMaster Date: Sat, 4 Apr 2020 01:41:50 -0400 Subject: [PATCH] Attempt to fix the travis build. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2253ac815f..f99d44b4d9 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