log Chrome version on Travis

This commit is contained in:
Marten Seemann
2017-11-01 22:27:39 +07:00
parent b8d1ffef13
commit fb054dea18

View File

@@ -29,6 +29,7 @@ before_install:
- go get github.com/onsi/gomega
- export GOARCH=$TRAVIS_GOARCH
- go env # for debugging
- google-chrome --version
- "export DISPLAY=:99.0"
- "Xvfb $DISPLAY &> /dev/null &"