Skip to content

Commit

Permalink
travis: Coverity fixed their SSL cert
Browse files Browse the repository at this point in the history
_   _                            _ _           _   _
( ) ( )  ___  ___  ___ _   _ _ __(_) |_ _   _  ( ) ( )
 \|  \| / __|/ _ \/ __| | | | '__| | __| | | | |/  |/
        \__ \  __/ (__| |_| | |  | | |_| |_| |
        |___/\___|\___|\__,_|_|  |_|\__|\__, |
                                        |___/

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
shenki authored and stewartsmith committed Nov 29, 2018
1 parent b211d20 commit 42fa2c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ services: docker

dist: trusty

before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt

script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then
docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
Expand Down

0 comments on commit 42fa2c4

Please sign in to comment.