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:
authorXhmikosR <xhmikosr@gmail.com>2018-06-24 01:23:47 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-06-25 16:54:06 +0300
commit4112df4125961da2da5e08a1f61a8a09654fb8fc (patch)
treed5a92c6660d3bb179cf817bdd40b1873940f6e5f /.travis.yml
parent49e094619b171568fcdf59cf2dbf0e8b790e8e54 (diff)
Add broken-link-checker.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f858ad9ca..c3a6b02ca1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,9 @@ before_install:
install:
- bundle install --deployment --jobs=3 --retry=3
- npm install
+script:
+ - npm test
+ - if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run check-broken-links; fi
after_success:
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run coveralls; fi
stages: