Skip to content

Commit

Permalink
Migrated from legacy to container based test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 21, 2015
1 parent 2b37b22 commit bc9e347
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,5 +1,7 @@
sudo: false
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"
Expand All @@ -18,10 +20,6 @@ install:

- cpanm --quiet --notest --skip-satisfied Dist::Zilla

# Hack to getting the latest Module::Build

- cpanm --quiet --notest Module::Build

# Hack to getting the latest Test::Kwalitee

- cpanm --quiet --notest Test::Kwalitee
Expand Down

0 comments on commit bc9e347

Please sign in to comment.