mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Configure travis CI to check links
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/
This commit is contained in:
parent
a8d18fcb88
commit
e5cf00f4d2
1 changed files with 4 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue