Skip to content

Commit

Permalink
add to testing all test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Mishin committed Apr 22, 2016
1 parent 3447fa9 commit 584fd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ perl:
- "5.14"
- "5.12"
- "5.10"

install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=c HARNESS_TIMER=1
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest --installdeps .

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t/*
- cover -ignore_re '[.]t$|prove'

after_success:
Expand Down

0 comments on commit 584fd7a

Please sign in to comment.