Skip to content

Commit

Permalink
Add broken-link-checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 25, 2018
1 parent 49e0946 commit 4112df4
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 4112df4

Please sign in to comment.