Merge pull request #183 from sotayamashita/feature/validate-links

Add travis config to validate links
This commit is contained in:
Kate Hudson 2017-12-21 14:07:29 -05:00 committed by GitHub
commit 423eaf0ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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-dupe --allow-redirect