Add a travis config to check the links in readme.md

This commit is contained in:
Joe Block 2016-01-13 08:53:04 -08:00
parent 0af3e2d751
commit 38adc5ea79

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect