Skip to content

Commit

Permalink
Merge pull request nodejs#919 from PeterDaveHello/update-travis-ci
Browse files Browse the repository at this point in the history
Set markdown-link-check to allow_failures on Travis CI
  • Loading branch information
chorrell authored Nov 20, 2018
2 parents 0c87cf7 + 58a9bdd commit 71b7279
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ stages:
if: branch = master AND type IN (push)

jobs:
allow_failures:
- env:
- TEST: Markdown link check

include:
- stage: Test
env:
Expand Down
4 changes: 4 additions & 0 deletions travis.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ stages:
if: branch = master AND type IN (push)

jobs:
allow_failures:
- env:
- TEST: Markdown link check

include:
- stage: Test
env:
Expand Down

0 comments on commit 71b7279

Please sign in to comment.