Fix Travis CI.
This commit is contained in:
+5
-5
@@ -9,6 +9,7 @@ before_install:
|
||||
- export BUILD_ANDROID=NO
|
||||
- export BUILD_Qt=NO
|
||||
- export BUILD_MAC=NO
|
||||
- export BUILD_RES=YES
|
||||
- echo -e "machine github.com\n login $GITHUB_TOKEN" > ~/.netrc
|
||||
- git lfs pull
|
||||
# Only building on Mac when not handling pull request
|
||||
@@ -64,11 +65,10 @@ install:
|
||||
- python2 -m pip install github3.py
|
||||
- python2 -m pip install cpp-coveralls
|
||||
|
||||
- ls /usr/local/lib/python2.7/
|
||||
- ls /usr/local/lib/python2.7/dist-packages/
|
||||
- ls /usr/local/lib/python2.7/dist-packages/certifi/
|
||||
- ls /usr/local/lib/python2.7/dist-packages/certifi/cacert.pem
|
||||
- locate python2.7
|
||||
- ls /usr/local/lib/python2.7/site-packages/
|
||||
- ls /usr/local/lib/python2.7/site-packages/requests/
|
||||
- ls /usr/local/lib/python2.7/site-packages/requests/cacert.pem
|
||||
- locate cacert.pem
|
||||
|
||||
before_script:
|
||||
- export REQUESTS_CA_BUNDLE=/usr/local/lib/python2.7/dist-packages/certifi/cacert.pem
|
||||
|
||||
Reference in New Issue
Block a user