From 958581a1a056e0ed00409f211fadb0e770968edc Mon Sep 17 00:00:00 2001 From: David Lechner Date: Thu, 14 Jun 2018 13:29:05 -0500 Subject: [PATCH] ignore all https links on travis this seems eternally broken and with the whole world moving torwards https, it is just creating a bunch of noise --- cibuild.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/cibuild.sh b/cibuild.sh index ec3f4e9f5..0c6f9d698 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -31,25 +31,9 @@ if [ "$TRAVIS" == "true" ]; then # credit: code snippet borrowed from jekyllrb.com website source IGNORE_HREFS=$(ruby -e 'puts %w{ + https:\/\/.* example.com - https:\/\/github\.com\/myuser\/myrepo - .*revolds-whitepaper\.pdf - https:\/\/github.com\/ev3dev\/ev3dev\.github\.io\/edit\/.* robosnap.net - warmcat.com - 01.org - alldatasheet.com - kernel\.org - lab\.open-roberta\.org - questforspace\.com - bountysource\.com - barryodonovan\.com - unity3d\.com - x3dom\.org - https:\/\/connectbot\.org - https:\/\/etcher\.io - https:\/\/www\.noflojs\.org - https:\/\/na\.industrial\.panasonic\.com\/products\/wireless-connectivity\/bluetooth\/bluetooth-classic\/series\/pan1325a1315a-series\/CS460 }.map{|h| "/#{h}/"}.join(",")') else # credit: code snippet borrowed from jekyllrb.com website source