From 8d2cc7124e154aa46ec66464ad67695a22c9a53b Mon Sep 17 00:00:00 2001 From: Vittorio Alfieri <53129080+Vitty85@users.noreply.github.com> Date: Wed, 21 Apr 2021 09:21:53 +0200 Subject: [PATCH] Fixed Travis-CI build. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77cc941e8..d747c1bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ branches: - latest-master before_install: - - export BUILD_PSP=NO - - export BUILD_ANDROID=NO - - export BUILD_Qt=NO + - export BUILD_PSP=YES + - export BUILD_ANDROID=YES + - export BUILD_Qt=YES - export BUILD_MAC=NO # Only building on Mac when not handling pull request # - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then