Skip to content

Commit 15590f5

Browse files
committed
Do authortest. Turn on notifications
1 parent 0265dc1 commit 15590f5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ perl:
1010
- "5.12"
1111
- "5.10"
1212

13+
notifications:
14+
on_success: change
15+
on_failure: always
16+
irc:
17+
channels:
18+
- "irc.perl.org#perlcritic"
19+
template:
20+
- "%{branch}: %{message} %{build_url}"
21+
1322
script:
1423
- export HARNESS_OPTIONS='j:c'
1524
- perl Build.PL
16-
- ./Build test
25+
- ./Build authortest
26+

0 commit comments

Comments
 (0)