Update .travis.yml

This commit is contained in:
Vittorio Alfieri
2021-04-21 10:27:20 +02:00
committed by GitHub
parent 74da665ec9
commit 03fbbbb2bb

View File

@@ -1,14 +1,14 @@
language: cpp language: cpp
#dist: trusty dist: trusty
dist: xenial #dist: xenial
branches: branches:
except: except:
- latest-master - latest-master
before_install: before_install:
- export BUILD_PSP=YES - export BUILD_PSP=NO
- export BUILD_ANDROID=YES - export BUILD_ANDROID=NO
- export BUILD_Qt=YES - export BUILD_Qt=NO
- export BUILD_MAC=NO - export BUILD_MAC=NO
# Only building on Mac when not handling pull request # Only building on Mac when not handling pull request
# - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then # - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then