Skip to content

Commit

Permalink
Replace broken-link-checker with linkinator.
Browse files Browse the repository at this point in the history
Much lighter, more modern and cleaner codebase.
  • Loading branch information
XhmikosR committed Feb 18, 2019
1 parent a1d694f commit 868e63d
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run linkinator; fi
- if [[ "$TRAVIS_NODE_VERSION" = "8" && "$TRAVIS_EVENT_TYPE" = "push" && ! `git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'` ]]; then npm run js-test-cloud; fi
after_success:
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run coveralls; fi
Expand Down
Loading

0 comments on commit 868e63d

Please sign in to comment.