Update .travis.yml

This commit is contained in:
Eduardo MG
2023-01-25 10:48:40 -06:00
committed by GitHub
parent 9443fac3b5
commit 87c2416da4

View File

@@ -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