diff options
author | Joel Stanley <joel@jms.id.au> | 2018-11-29 10:40:55 +1030 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-11-28 20:17:26 -0600 |
commit | 42fa2c4e472f566c4c8d922f902e23f9c9032cfc (patch) | |
tree | 292386dfa7d877582736f38a3103c708acfc01c1 /.travis.yml | |
parent | b211d20162c88a9b117f3833f23c6f8af2745628 (diff) | |
download | skiboot-42fa2c4e472f566c4c8d922f902e23f9c9032cfc.zip skiboot-42fa2c4e472f566c4c8d922f902e23f9c9032cfc.tar.gz skiboot-42fa2c4e472f566c4c8d922f902e23f9c9032cfc.tar.bz2 |
travis: Coverity fixed their SSL cert
_ _ _ _ _ _
( ) ( ) ___ ___ ___ _ _ _ __(_) |_ _ _ ( ) ( )
\| \| / __|/ _ \/ __| | | | '__| | __| | | | |/ |/
\__ \ __/ (__| |_| | | | | |_| |_| |
|___/\___|\___|\__,_|_| |_|\__|\__, |
|___/
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e695454..a77aa14 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} . && |