Skip to content

Commit

Permalink
Check if coveralls can be run in only 1 step
Browse files Browse the repository at this point in the history
  • Loading branch information
fjossandon committed Nov 13, 2014
1 parent fd03af6 commit 16aeb6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ install:

script:
#- "prove -lr t"
- PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,statement,subroutine prove -lr t
- cover

after_success:
- PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,all prove -lr t
- cover -report coveralls

#after_success:
# - cover -report coveralls

notifications:
email: false

Expand Down

0 comments on commit 16aeb6c

Please sign in to comment.