From 70023b7c3cc109a9a7594cbfcbf412b6fcb34b7f Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 12 May 2016 00:15:15 +0800 Subject: [PATCH] fix travis build script error --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index eb1b90db2..0f417839f 100755 --- a/script/cibuild +++ b/script/cibuild @@ -2,4 +2,4 @@ set -e bundle exec jekyll build -bundle exec htmlproofer ./_site --allow-hash-href --assume-extensio +bundle exec htmlproofer ./_site --allow-hash-href --assume-extensio --url-ignore "/#.*/" --disable-external