display chrome version on travis

This commit is contained in:
Johann-S 2018-11-05 21:04:23 +01:00 committed by XhmikosR
parent 195404b106
commit e5d9e0a06c
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ node_js:
install:
- bundle install --deployment --jobs=3 --retry=3 --clean
- npm install
before_script:
- google-chrome-stable --product-version
script:
- npm test || travis_terminate 1
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run check-broken-links; fi