From 87cf494cbfacd3e32e39bd33991f1910903ec653 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 27 Mar 2018 00:07:47 +0200 Subject: [PATCH] [Travis] Fixed the link to the devkitpro updater --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ed18a1..8ca8b45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,8 @@ before_install: - 7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO} - main_cwd=$(pwd) - cd $DEVKITPRO - - wget https://github.com/devkitPro/installer/releases/download/v2.1.0/devkitPPCupdate.pl -O devkitPPCupdate.pl - - wget https://github.com/devkitPro/installer/releases/download/v2.1.0/devkitARMupdate.pl -O devkitARMupdate.pl + - wget https://github.com/devkitPro/installer/releases/download/v2.2.0/devkitPPCupdate.pl -O devkitPPCupdate.pl + - wget https://github.com/devkitPro/installer/releases/download/v2.2.0/devkitARMupdate.pl -O devkitARMupdate.pl install: - cd $DEVKITPRO