Skip to content

Commit

Permalink
Use the new Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilk committed Mar 9, 2018
1 parent eb21c06 commit b0ba2c7
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions .travis.yml
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"

0 comments on commit b0ba2c7

Please sign in to comment.