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
31
31
32
32
# credit: code snippet borrowed from jekyllrb.com website source
33
33
IGNORE_HREFS=$( ruby -e ' puts %w{
34
+ https:\/\/.*
34
35
example.com
35
- https:\/\/github\.com\/myuser\/myrepo
36
- .*revolds-whitepaper\.pdf
37
- https:\/\/github.com\/ev3dev\/ev3dev\.github\.io\/edit\/.*
38
36
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
53
37
}.map{|h| "/#{h}/"}.join(",")' )
54
38
else
55
39
# credit: code snippet borrowed from jekyllrb.com website source
You can’t perform that action at this time.
0 commit comments