We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dd456 commit 0c5aad8Copy full SHA for 0c5aad8
Rakefile
@@ -24,6 +24,8 @@ task test: [:build] do
24
%r{^http://coderdojo-nago.com}, # Use REGEX to skip testing URLs in a domain like this
25
%r{^http://www.2469samurai.com},
26
%r{^http://food.starfree.jp},
27
+ %r{^http://ichikawa.coderdojo.chiba.jp},
28
+ %r{^http://coderdojo-sennan.net},
29
]
30
#ignore_status_ignore: [0, 500, 999],
31
}
0 commit comments