[Skiboot] [PATCH 2/2] travis: Coverity fixed their SSL cert

Joel Stanley joel at jms.id.au
Thu Nov 29 11:10:55 AEDT 2018


 _   _                            _ _           _   _
( ) ( )  ___  ___  ___ _   _ _ __(_) |_ _   _  ( ) ( )
 \|  \| / __|/ _ \/ __| | | | '__| | __| | | | |/  |/
        \__ \  __/ (__| |_| | |  | | |_| |_| |
        |___/\___|\___|\__,_|_|  |_|\__|\__, |
                                        |___/

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e69545438a72..a77aa147993e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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} . &&
-- 
2.19.1



More information about the Skiboot mailing list