android-security-awesome/.travis.yml
2019-07-28 14:18:58 -05:00

12 lines
374 B
YAML

language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
- gem install mdl
script:
# Lint - disable some rules - https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
- mdl -r ~MD013,~MD029,~MD033 README.md
# Some URLs could be flaky, try twice in case the first execution fails.
- bash run_awesome_bot.sh || bash run_awesome_bot.sh