Update wut version in the travis script.

This commit is contained in:
Maschell 2018-07-01 18:32:56 +02:00
parent 4e69e59d2a
commit 302260e86e

View File

@ -28,7 +28,7 @@ before_install:
fi fi
- yes | sudo dkp-pacman -Syu devkitPPC --needed - yes | sudo dkp-pacman -Syu devkitPPC --needed
- yes | sudo dkp-pacman -Syu general-tools --needed - yes | sudo dkp-pacman -Syu general-tools --needed
- wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta/wut.linux64.7z - wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta2/wut.linux64.7z
install: install:
- 7z x -y $(ls | grep "linux") -o${WUT_ROOT} - 7z x -y $(ls | grep "linux") -o${WUT_ROOT}
- cd $PORTLIBREPOS - cd $PORTLIBREPOS