Skip to content

Commit

Permalink
Put back the sudo for opening ssl client - ignoring the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Yuan-Huang committed Jul 8, 2020
1 parent 09554fc commit 50a1423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- z3
- libz3-dev
before_install:
- echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | tee -a /etc/ssl/certs/ca-
- echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
before_script:
- eval "${MATRIX_EVAL}"
- source $TRAVIS_BUILD_DIR/scripts/travis/install-externs.sh $TRAVIS_BUILD_DIR
Expand Down

0 comments on commit 50a1423

Please sign in to comment.