[General] Fixed the travis script

Added missing addon (p7zip-full)
This commit is contained in:
Maschell 2018-02-03 17:05:28 +01:00
parent 9723b2f400
commit 17cb04b142

View File

@ -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