Fix Travis CI building (hopefully)

Thanks @vaguerant
This commit is contained in:
d0k3 2020-07-20 22:57:37 +02:00
parent 79768acef7
commit 6b54290cf2

View File

@ -3,7 +3,7 @@ sudo: true
dist: bionic
before_install:
- wget "https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.deb" -O dkp-pacman.deb
- wget "https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.amd64.deb" -O dkp-pacman.deb
- export DEVKITPRO=/opt/devkitpro
- export DEVKITARM=${DEVKITPRO}/devkitARM