1
0
Fork 0
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:
Simon Baynes 2017-09-15 14:17:43 +01:00
parent a8d18fcb88
commit e5cf00f4d2

4
.travis.yml Normal file
View 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