Skip to content

Commit

Permalink
Add another build combo to the Travis matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 1, 2017
1 parent c09864e commit 781bce4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,11 @@ env:
# that the snapshot was built from.
- DEPLOYMENT_PERL_VERSION=5.22
matrix:
- COVERAGE=1 USE_CPANFILE_SNAPSHOT=true
- USE_CPANFILE_SNAPSHOT=false

# Get one passing run with coverage and one passing run with Test::Vars
# checks. If run together they more than double the build time.
- COVERAGE=1 USE_CPANFILE_SNAPSHOT=true - USE_CPANFILE_SNAPSHOT=true -
USE_CPANFILE_SNAPSHOT=false

before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
Expand Down

0 comments on commit 781bce4

Please sign in to comment.