From 55d2f30a6505ee24a078e492494116d73f28425f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Sat, 1 Oct 2016 15:52:53 +0200 Subject: [PATCH] Run awesome_bot on all the links! instead of just going through the changes, I'm proposing here to check all the links, on every change. To verify that everything still works when we modify master. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 293a8a1..ddb43ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - git diff master.. --name-only | grep '.md' | xargs awesome_bot --allow-dupe --white-list http://ipfs.ydns.eu/ipns/boards.ydns.eu/ + - awesome_bot --allow-redirect --allow-dupe README.md