1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

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

View File

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