Merge pull request #1052 from lucas-clemente/travis-cert-expiry

print quic.clemente.io certificate expiration date in travis logs
This commit is contained in:
Marten Seemann
2017-12-20 17:52:49 +07:00
committed by GitHub

View File

@@ -30,6 +30,7 @@ before_install:
- export GOARCH=$TRAVIS_GOARCH
- go env # for debugging
- google-chrome --version
- "printf \"quic.clemente.io certificate valid until: \" && openssl x509 -in example/fullchain.pem -enddate -noout | cut -d = -f 2"
- "export DISPLAY=:99.0"
- "Xvfb $DISPLAY &> /dev/null &"