File tree Expand file tree Collapse file tree 2 files changed +7
-23
lines changed Expand file tree Collapse file tree 2 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 1
1
language : perl
2
2
perl :
3
- - " 5.14"
4
- - " 5.18"
5
- - " 5.24"
3
+ - " 5.14"
4
+ - " 5.20"
6
5
- " 5.26"
6
+ - " dev"
7
+ sudo : false # faster builds as long as you don't need sudo access
7
8
before_install :
8
- - export DIST_INKT_PROFILE="Dist::Inkt::Profile::TOBYINK"
9
- - git clone git://github.com/tobyink/perl-travis-helper
10
- - source perl-travis-helper/init
11
- - build-perl
12
- - perl -V
13
- - build-dist
14
- - cd $BUILD_DIR
15
- install :
16
- - cpan-install --toolchain
17
- - cpan-install --deps
18
- - cpan-install --coverage
19
- before_script :
20
- - coverage-setup
21
- script :
22
- - prove -l $(test-dirs)
23
- after_success :
24
- - coverage-report
25
-
26
-
9
+ - export DIST_INKT_PROFILE="Dist::Inkt::Profile::KJETILK"
10
+ - eval $(curl https://travis-perl.github.io/init) --auto
27
11
notifications :
28
12
irc : " irc://irc.perl.org/#perlrdf"
29
13
Original file line number Diff line number Diff line change 1
- ; ;class='Dist::Inkt::Profile::TOBYINK '
1
+ ; ;class='Dist::Inkt::Profile::KJETILK '
2
2
; ;name='Test-RDF'
3
3
; ;also_skip = [qr/README.pod/]
You can’t perform that action at this time.
0 commit comments