From 085b1824581a036d6e66bf2f4aba4acd19d02a61 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 19 Nov 2017 11:14:17 +0100 Subject: [PATCH] Fixed link the in the travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index faa7528..f3561ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: before_install: - mkdir -p $DEVKITPRO - cd $DEVKITPRO - - wget https://raw.githubusercontent.com/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl + - wget https://raw.githubusercontent.com/Maschell/libutils/master/other/devkitPPCupdatePPCr29.pl - mkdir -p $DEVKITTMP - cd $DEVKITTMP - git clone https://github.com/Maschell/dynamic_libs.git -b lib