diff --git a/.travis.yml b/.travis.yml index 9ebdb15296dd60abfaf09c40969bc22dbdcb6dd1..a77fa283e2c37702bba356bed99a09ff6f226277 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