From e5d9e0a06cd4d7d1d42791282c7f99f9567176dc Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 5 Nov 2018 21:04:23 +0100 Subject: [PATCH] display chrome version on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9ebdb15296..a77fa283e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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