Skip to content

Commit

Permalink
Ignore mainichi.jp externla link check
Browse files Browse the repository at this point in the history
  • Loading branch information
ixkaito committed Oct 13, 2016
1 parent 007895c commit 0ed9d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
script:
- jekyll build
- npm test
- htmlproofer ./_site --check-html --url-ignore "/jp\.linkedin\.com\/in\/tomomikosaka/","/mymckok\.tumblr\.com/","/facebook\.com/"
- htmlproofer ./_site --check-html --url-ignore "/jp\.linkedin\.com\/in\/tomomikosaka/","/mymckok\.tumblr\.com/","/facebook\.com/","/mainichi\.jp/"
- if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$RELEASE_BRANCH" ]; then exit 0; fi
- if [ ! -f CNAME ]; then touch CNAME; fi
- echo $CNAME > CNAME
Expand Down

0 comments on commit 0ed9d71

Please sign in to comment.