Update .travis.yml
This commit is contained in:
+4
-2
@@ -1,5 +1,5 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
dist: xenial
|
dist: Kinetic Kudu
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- latest-master
|
- latest-master
|
||||||
@@ -7,7 +7,7 @@ branches:
|
|||||||
before_install:
|
before_install:
|
||||||
- export BUILD_PSP=NO
|
- export BUILD_PSP=NO
|
||||||
- export BUILD_ANDROID=NO
|
- export BUILD_ANDROID=NO
|
||||||
- export BUILD_Qt=NO
|
- export BUILD_Qt=YES
|
||||||
- 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
|
||||||
@@ -59,6 +59,8 @@ install:
|
|||||||
- sudo pip install github3.py
|
- sudo pip install github3.py
|
||||||
- sudo pip install cpp-coveralls
|
- sudo pip install cpp-coveralls
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- export REQUESTS_CA_BUNDLE=/usr/local/lib/python2.7/dist-packages/certifi/cacert.pem
|
||||||
script: "tools/travis-script.sh"
|
script: "tools/travis-script.sh"
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user