Skip to content

Commit

Permalink
[fixup] Move the Travis-CI PERL5OPT
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed May 28, 2016
1 parent f8bdbd0 commit ec87644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ matrix:
env: COVERAGE=1 # enables coverage+coveralls reporting
allow_failures:
- perl: blead # ignore failures for blead perl
env:
- PERL5OPT="-Iblib/lib" # work around for Travis Perl helper (auto.bash $blib)
sudo: false # faster builds as long as you don't need sudo access
before_install:
- export PERL5OPT="${PERL5OPT}${PERL5OPT:+ } -Iblib/lib" # work around for Travis Perl helper (auto.bash $blib)
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit ec87644

Please sign in to comment.