From 87c2416da4c27ca7a8bdfe6c877886e6c763fc51 Mon Sep 17 00:00:00 2001 From: Eduardo MG Date: Wed, 25 Jan 2023 10:48:40 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a8b23c74..89c32fc99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: before_install: - export BUILD_PSP=NO - export BUILD_ANDROID=NO - - export BUILD_Qt=YES + - export BUILD_Qt=NO - export BUILD_MAC=NO # Only building on Mac when not handling pull request # - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then