Skip to content

Commit

Permalink
Add v5.22 to Travis, and run in container by turning off sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 8, 2015
1 parent 71daa7c commit 7e59744
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
sudo: false

sudo: false

language: perl
perl:
- "5.8"
Expand All @@ -18,11 +16,11 @@ before_install:
- source ~/travis-perl-helpers/init --auto

install:
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --notest Devel::Cover::Report::Coveralls

script:
- cover -delete && cover -test

after_success:
- cover -report coveralls
- cover -report coveralls

0 comments on commit 7e59744

Please sign in to comment.