Skip to content

Commit c9324ab

Browse files
committed
Travis: Fix CA problem for Trusty
1 parent f533f39 commit c9324ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ matrix:
9595
- sudo add-apt-repository -y ppa:deadsnakes/ppa
9696
- sudo apt update
9797
- sudo apt-get install -y --no-install-recommends python3.7
98+
- curl -vLo /etc/ssl/certs/cacert.pem https://curl.haxx.se/ca/cacert.pem && sudo update-ca-certificates
9899
script:
99100
- ./buildScripts/travis/run_clean_env_test.sh
100101
- os: osx

0 commit comments

Comments
 (0)