print quic.clemente.io certificate expiration date in travis logs

This commit is contained in:
Marten Seemann
2017-12-20 10:34:27 +07:00
parent d13e2aafe5
commit 9e61ce82fa

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 &"