From b6b969c95287fd63be0ece693d37240df891ffa9 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 4 Jan 2017 13:32:04 -0700 Subject: [PATCH] allow duplicate links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .gitignore | 1 + .travis.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e38a24c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ab*.json diff --git a/.travis.yml b/.travis.yml index 459db12..8772fe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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