From 5153c3b9c032b5470ea236b74dd9cb9a57295867 Mon Sep 17 00:00:00 2001 From: Vittorio Alfieri <53129080+Vitty85@users.noreply.github.com> Date: Wed, 21 Apr 2021 00:01:05 +0200 Subject: [PATCH] Update .travis.yml Test to fix compilation. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89d09e74a..e1794e57c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" &&