diff options
| author | Johann-S <[email protected]> | 2018-11-05 21:04:23 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-05 22:29:25 +0200 |
| commit | e5d9e0a06cd4d7d1d42791282c7f99f9567176dc (patch) | |
| tree | 6436014fca8f6e68c9e26659d798949aea2655e7 | |
| parent | 195404b106873d1e027a8d6b6d49a81227e37a09 (diff) | |
| download | bootstrap-e5d9e0a06cd4d7d1d42791282c7f99f9567176dc.tar.xz bootstrap-e5d9e0a06cd4d7d1d42791282c7f99f9567176dc.zip | |
display chrome version on travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9ebdb1529..a77fa283e 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 |
