From 17cb04b142ba6e691bf0a103f3b0f2014a5aadff Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 3 Feb 2018 17:05:28 +0100 Subject: [PATCH] [General] Fixed the travis script Added missing addon (p7zip-full) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 27cf6bc..b2bdc3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,11 @@ cache: directories: - ${DEVKITPRO} +addons: + apt: + packages: + - p7zip-full + before_install: - mkdir -p "${DEVKITPRO}" - wget http://download.sourceforge.net/devkitpro/devkitPPC_r29-1-x86_64-linux.tar.bz2 -O devkitPPC-linux.tar.bz2