See https://github.com/travis-ci/docs-travis-ci-com/pull/617
Signed-off-by: Jan Kiszka <[email protected]> --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c0c6931..309e7f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,8 @@ install: - sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu wily main' - sudo apt-get update -qq - sudo apt-get install -qq python-mako gcc-arm-linux-gnueabihf make + # Update scan.coverity.com certificate + - 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 # Install kernel build environment - pushd ci - wget -q http://www.kiszka.org/downloads/travis-ci/kernel-build.tar.xz -- 2.1.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
