From 502c2fa801c340fb37b24fdd514cf9ead1476b5a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 18 Nov 2017 13:28:55 +0100 Subject: [PATCH] Fixed travis script --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5b96d4d..165dade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,14 @@ addons: - p7zip-full before_install: + - cd $HOME - wget https://raw.githubusercontent.com/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl - mkdir -p $DEVKITTMP - cd $DEVKITTMP - git clone https://github.com/Maschell/dynamic_libs.git -b lib install: + - cd $HOME - perl devkitPPCupdatePPCr29.pl - cd $DEVKITTMP/dynamic_libs - 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}