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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user