]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
display chrome version on travis
authorJohann-S <johann.servoire@gmail.com>
Mon, 5 Nov 2018 20:04:23 +0000 (21:04 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 5 Nov 2018 20:29:25 +0000 (22:29 +0200)
.travis.yml

index 9ebdb15296dd60abfaf09c40969bc22dbdcb6dd1..a77fa283e2c37702bba356bed99a09ff6f226277 100644 (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