Update .travis.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user