-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
language: perl | ||
perl: | ||
- "5.14" | ||
- "5.18" | ||
- "5.24" | ||
- "5.14" | ||
- "5.20" | ||
- "5.26" | ||
- "dev" | ||
sudo: false # faster builds as long as you don't need sudo access | ||
before_install: | ||
- export DIST_INKT_PROFILE="Dist::Inkt::Profile::TOBYINK" | ||
- git clone git://github.com/tobyink/perl-travis-helper | ||
- source perl-travis-helper/init | ||
- build-perl | ||
- perl -V | ||
- build-dist | ||
- cd $BUILD_DIR | ||
install: | ||
- cpan-install --toolchain | ||
- cpan-install --deps | ||
- cpan-install --coverage | ||
before_script: | ||
- coverage-setup | ||
script: | ||
- prove -l $(test-dirs) | ||
after_success: | ||
- coverage-report | ||
- export DIST_INKT_PROFILE="Dist::Inkt::Profile::KJETILK" | ||
- eval $(curl https://travis-perl.github.io/init) --auto | ||
notifications: | ||
irc: "irc://irc.perl.org/#perlrdf" | ||
|