Skip to content

Commit 38892f9

Browse files
committed
Test against 5.26
1 parent 15590f5 commit 38892f9

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

.travis.yml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
language: perl
22

33
perl:
4-
- "5.24"
5-
- "5.22"
6-
- "5.20"
7-
- "5.18"
8-
- "5.16"
9-
- "5.14"
10-
- "5.12"
11-
- "5.10"
4+
- "5.26"
5+
- "5.24"
6+
- "5.22"
7+
- "5.20"
8+
- "5.18"
9+
- "5.16"
10+
- "5.14"
11+
- "5.12"
12+
- "5.10"
1213

1314
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}"
15+
email:
16+
recipients:
17+
- andy@petdance.com
18+
on_success: change
19+
on_failure: always
20+
irc:
21+
channels:
22+
- "irc.perl.org#perlcritic"
23+
template:
24+
- "%{branch}: %{message} %{build_url}"
2125

2226
script:
2327
- export HARNESS_OPTIONS='j:c'

0 commit comments

Comments
 (0)