Skip to content

Commit

Permalink
htmlproofer: Ignore rustlang.org deadlinks for now (rust-lang-ru#309)
Browse files Browse the repository at this point in the history
* htmlproofer: Ignore rustlang.org deadlinks for now

* htmlproofer: ignore blog.rust-lang.org

www.blog.rust-lang.org -> blog.rust-lang.org
  • Loading branch information
ozkriff authored and mkpankov committed Dec 10, 2018
1 parent 283c80d commit 76c49d5
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 @@ -48,7 +48,7 @@ script:
bundle exec jekyll build
- bundle exec htmlproofer ./_site
--log-level error --only-4xx --check-favicon --check-html --allow-hash-href
--url-ignore /crates.io/,/files.gitter.im/,/fonts.googleapis.com/,/www.quora.com/,/is.gd/,'/github.com\/ruRust\/rustycrate.ru\/edit\/master/',/gitter.im/,/cdn.jsdelivr.net/
--url-ignore /crates.io/,/files.gitter.im/,/fonts.googleapis.com/,/www.quora.com/,/is.gd/,'/github.com\/ruRust\/rustycrate.ru\/edit\/master/',/gitter.im/,/www.rust-lang.org/,/blog.rust-lang.org/,/cdn.jsdelivr.net/
--file-ignore /yandex_6b9a121b20becc7c.html/,/googlea5495ce52829dd37.html/
after_success:
- if [ $TRAVIS_PULL_REQUEST == "false" ] && [ $TRAVIS_BRANCH == "master" ]; then
Expand Down

0 comments on commit 76c49d5

Please sign in to comment.