From e183bf88a57e6fd29d9e431d7cf32a1207118fc1 Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 21 Jan 2016 10:54:18 +0100 Subject: [PATCH] Update .travis.yml Just saw that there are duplications in the list, added `--allow-dupe` to the bot so he ignores them. It should finally work ;) Sorry for that --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2e5315..131c565 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --white-list creativecommons,awesome-mqtt.svg + - awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg