mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-13 02:12:02 +00:00
This utilises Travis CI to run the awesome_bot ruby gem to check links in the README file. Preventing broken links from making it into the project. https://github.com/dkhamsing/awesome_bot Guide to configuring Travis https://docs.travis-ci.com/user/getting-started/
4 lines
No EOL
152 B
YAML
4 lines
No EOL
152 B
YAML
language: ruby
|
|
rvm: 2.2
|
|
before_script: gem install awesome_bot
|
|
script: awesome_bot README.md --allow-redirect --allow-dupe --allow 429 -w .amazonaws.com |