Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-11-05 23:04:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-05 23:29:25 +0300
commite5d9e0a06cd4d7d1d42791282c7f99f9567176dc (patch)
tree6436014fca8f6e68c9e26659d798949aea2655e7 /.travis.yml
parent195404b106873d1e027a8d6b6d49a81227e37a09 (diff)
display chrome version on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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