Skip to content

Commit 846f61f

Browse files
committed
Use the new Travis config and profile
1 parent 23dfc0a commit 846f61f

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

.travis.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
language: perl
22
perl:
3-
- "5.14"
4-
- "5.18"
5-
- "5.24"
3+
- "5.14"
4+
- "5.20"
65
- "5.26"
6+
- "dev"
7+
sudo: false # faster builds as long as you don't need sudo access
78
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
2711
notifications:
2812
irc: "irc://irc.perl.org/#perlrdf"
2913

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
;;class='Dist::Inkt::Profile::TOBYINK'
1+
;;class='Dist::Inkt::Profile::KJETILK'
22
;;name='Test-RDF'
33
;;also_skip = [qr/README.pod/]

0 commit comments

Comments
 (0)