awesome-ansible/.travis.yml

13 lines
308 B
YAML
Raw Normal View History

language: ruby
rvm:
2020-03-03 15:25:27 -05:00
- 2.6
before_script:
- gem install awesome_bot
- gem install mdl
script:
2020-03-03 15:40:17 -05:00
- awesome_bot README.md --allow-dupe --allow 302 # Allow duplicate links and "Moved Temporarily" Redirects
2020-03-03 15:25:27 -05:00
- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules