Skip to content

Commit

Permalink
provide ENVIRONMENT flag for Devel::Cover on 5.8.8
Browse files Browse the repository at this point in the history
* DEVEL_COVER_UNSUPPORTED var must be set to run Devel::Cover
  on 5.8.8

* remove 5.8 from the array and explicitly add with env.
  * I couldn't get exclude: + include: to work to remove 5.8.8
* See the Travis Matrix documentation:
  https://docs.travis-ci.com/user/customizing-the-build
  • Loading branch information
spazm committed Jul 1, 2017
1 parent da70a7d commit 08847da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ perl:
- '5.14'
- '5.12'
- '5.10'
- '5.8'

env:
matrix:
include:
- perl: 5.8
env: DEVEL_COVER_UNSUPPORTED=1

install:
- cpanm --quiet --notest
Expand Down

0 comments on commit 08847da

Please sign in to comment.