allow duplicate links

It’s a common practice to link the title and the cover image both to the same location.

Removes whitelist which was only there because duplicate links were causing build errors.
This commit is contained in:
Nathan Youngman
2017-01-04 13:32:04 -07:00
parent 98a326dcfc
commit b6b969c952
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ab*.json
+1 -1
View File
@@ -4,6 +4,6 @@ rvm:
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --white-list golang-book,gopl.io,0636920046516,manning.com/books/learn-go,jannewmarch,codegangsta,creativecommons,gobyexample,Ketelsen-GOinA.jpg,amazon,amzn
- awesome_bot README.md --allow-dupe --allow-redirect
notifications:
email: false