Skip to content

Commit

Permalink
Add aspell package, add dev perl, allow blead failures, add coverage,…
Browse files Browse the repository at this point in the history
… use travis-perl --auto
  • Loading branch information
autarch committed Jun 28, 2015
1 parent e005a48 commit 8714eff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
@@ -1,29 +1,29 @@
---
sudo: false
addons:
apt:
packages:
- aspell
language: perl
perl:
- blead
- dev
- 5.22
- 5.20
- 5.18
- 5.16
- 5.14
- 5.12
- 5.10
matrix:
allow_failures:
- perl: blead
include:
- env: COVERAGE=1
perl: 5.22
env:
global:
- RELEASE_TESTING=1
- AUTHOR_TESTING=1
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- build-dist
- cd $BUILD_DIR
install:
- cpan-install ExtUtils::MakeMaker~6.68 --deps
script:
- perl Makefile.PL
- make
- prove -br -j$(test-jobs) $(test-files)
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit 8714eff

Please sign in to comment.