Update .travis.yml

This commit is contained in:
Eduardo MG
2023-01-25 11:57:36 -06:00
committed by GitHub
parent 6fde3953cd
commit cb81f8a7b0

View File

@@ -1,5 +1,5 @@
language: cpp language: cpp
dist: xenial dist: bionic
branches: branches:
except: except:
- latest-master - latest-master
@@ -7,7 +7,7 @@ branches:
before_install: before_install:
- export BUILD_PSP=YES - export BUILD_PSP=YES
- export BUILD_ANDROID=YES - export BUILD_ANDROID=YES
- export BUILD_Qt=NO - export BUILD_Qt=YES
- export BUILD_MAC=NO - export BUILD_MAC=NO
- echo -e "machine github.com\n login $GITHUB_TOKEN" > ~/.netrc - echo -e "machine github.com\n login $GITHUB_TOKEN" > ~/.netrc
- git lfs pull - git lfs pull