Skip to content

Commit 958581a

Browse files
committed
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
1 parent ce961e8 commit 958581a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

cibuild.sh

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,9 @@ if [ "$TRAVIS" == "true" ]; then
3131

3232
# credit: code snippet borrowed from jekyllrb.com website source
3333
IGNORE_HREFS=$(ruby -e 'puts %w{
34+
https:\/\/.*
3435
example.com
35-
https:\/\/github\.com\/myuser\/myrepo
36-
.*revolds-whitepaper\.pdf
37-
https:\/\/github.com\/ev3dev\/ev3dev\.github\.io\/edit\/.*
3836
robosnap.net
39-
warmcat.com
40-
01.org
41-
alldatasheet.com
42-
kernel\.org
43-
lab\.open-roberta\.org
44-
questforspace\.com
45-
bountysource\.com
46-
barryodonovan\.com
47-
unity3d\.com
48-
x3dom\.org
49-
https:\/\/connectbot\.org
50-
https:\/\/etcher\.io
51-
https:\/\/www\.noflojs\.org
52-
https:\/\/na\.industrial\.panasonic\.com\/products\/wireless-connectivity\/bluetooth\/bluetooth-classic\/series\/pan1325a1315a-series\/CS460
5337
}.map{|h| "/#{h}/"}.join(",")')
5438
else
5539
# credit: code snippet borrowed from jekyllrb.com website source

0 commit comments

Comments
 (0)