Skip to content

Commit

Permalink
ignore all https links on travis
Browse files Browse the repository at this point in the history
this seems eternally broken and with the whole world moving torwards https, it is just creating a bunch of noise
  • Loading branch information
dlech committed Jun 14, 2018
1 parent ce961e8 commit 958581a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 958581a

Please sign in to comment.