Skip to content

Commit 4112df4

Browse files
committed
Add broken-link-checker.
1 parent 49e0946 commit 4112df4

File tree

3 files changed

+755
-1
lines changed

3 files changed

+755
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ before_install:
1313
install:
1414
- bundle install --deployment --jobs=3 --retry=3
1515
- npm install
16+
script:
17+
- npm test
18+
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run check-broken-links; fi
1619
after_success:
1720
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run coveralls; fi
1821
stages:

0 commit comments

Comments
 (0)