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 15590f5 commit 38892f9Copy full SHA for 38892f9
.travis.yml
@@ -1,23 +1,27 @@
1
language: perl
2
3
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"
+ - "5.26"
+ - "5.24"
+ - "5.22"
+ - "5.20"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+ - "5.12"
12
+ - "5.10"
13
14
notifications:
- on_success: change
15
- on_failure: always
16
- irc:
17
- channels:
18
- - "irc.perl.org#perlcritic"
19
- template:
20
- - "%{branch}: %{message} %{build_url}"
+ email:
+ recipients:
+ - andy@petdance.com
+ on_success: change
+ on_failure: always
+ irc:
21
+ channels:
22
+ - "irc.perl.org#perlcritic"
23
+ template:
24
+ - "%{branch}: %{message} %{build_url}"
25
26
script:
27
- export HARNESS_OPTIONS='j:c'
0 commit comments