File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff 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(",")' )
5438else
5539 # credit: code snippet borrowed from jekyllrb.com website source
You can’t perform that action at this time.
0 commit comments