Update .travis.yml

Test to fix compilation.
This commit is contained in:
Vittorio Alfieri
2021-04-21 00:01:05 +02:00
committed by GitHub
parent 9da159a607
commit 5153c3b9c0

View File

@@ -13,7 +13,7 @@ before_install:
# - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
# export BUILD_MAC=YES;
# fi
- sudo apt-get update -qq
# - sudo apt-get update -qq
# Building for PSP here
- if [ "$BUILD_PSP" == "YES" ]; then
export PSPDEV="$TRAVIS_BUILD_DIR/opt/pspsdk" &&