Create .travis.yml

This commit is contained in:
xn0px90 2021-08-20 17:15:00 -06:00 committed by GitHub
parent a0da97c01d
commit 53bc2e4508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: ruby
rvm:
- 2.5.3
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect
notifications:
email: false