WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 068f59e

Browse files
blead, dev tests require travis-perl helpers
1 parent 751f1f3 commit 068f59e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ perl:
1212
- '5.12'
1313
- '5.10'
1414
- '5.8'
15+
before_install:
16+
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
17+
- source ~/travis-perl-helpers/init
18+
- build-perl
19+
- perl -V
20+
- build-dist
21+
- cd $BUILD_DIR
1522
install:
16-
- cpanm --quiet --notest YAML::Tiny File::Remove Module::Build Module::ScanDeps Parse::CPAN::Meta
23+
- cpan-install YAML::Tiny File::Remove Module::Build Module::ScanDeps Parse::CPAN::Meta
24+
script:
1725
- perl Makefile.PL
18-
- cpanm --quiet --installdeps --notest .
26+
- make
27+
- prove -b -r -s -j1 $(test-files)

0 commit comments

Comments
 (0)