Create .travis.yml

This commit is contained in:
Craig Davison 2015-12-11 19:26:32 +00:00
parent 0049a6fb65
commit 284890ca0a
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
before_install:
- rvm get stable
- rvm install ruby 2.2.3
install:
- gem install awesome_bot
script:
# Check for link problems
- awesome_bot README.md --allow-dupe
notifications:
email: false