[Travis] Hopefully fixing the travis build

This commit is contained in:
Maschell 2018-05-26 14:12:56 +02:00
parent c427deb40e
commit 3e9dd4bd49

View File

@ -30,6 +30,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi
- yes | sudo dkp-pacman -Syu devkitPPC
- yes | sudo dkp-pacman -Syu devkitARM
- yes | sudo dkp-pacman -Syu general-tools
install:
- cd $PORTLIBREPOS