Allow dupes and redirects in .travis.yml for awesome_bot

This commit is contained in:
engn33r
2021-02-11 23:38:26 -05:00
parent e03f3f66bb
commit 836df0cbc0

View File

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