android-security-awesome/.travis.yml
2019-10-24 21:34:23 -07:00

12 lines
374 B
YAML

language: ruby
rvm:
- 2.4
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