Skip to content

Commit 0c5aad8

Browse files
committed
Ignore links to a non-SSL website in CI to pass
1 parent d1dd456 commit 0c5aad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ task test: [:build] do
2424
%r{^http://coderdojo-nago.com}, # Use REGEX to skip testing URLs in a domain like this
2525
%r{^http://www.2469samurai.com},
2626
%r{^http://food.starfree.jp},
27+
%r{^http://ichikawa.coderdojo.chiba.jp},
28+
%r{^http://coderdojo-sennan.net},
2729
]
2830
#ignore_status_ignore: [0, 500, 999],
2931
}

0 commit comments

Comments
 (0)