Skip to content

Commit

Permalink
Using new Zilla::Dist .travis.yml
Browse files Browse the repository at this point in the history
Makes failing tests, report a failure. frew++
  • Loading branch information
ingydotnet committed Dec 15, 2014
1 parent ac76da9 commit b0f3007
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.174.
# This .travis.yml file generated by Zilla-Dist-0.0.175.
#
# To update it, run:
#
Expand All @@ -27,11 +27,10 @@ install:
Scalar::Util

script:
- test -e test &&
- true && [ ! -e test/ ] ||
PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine
prove -lv test/
|| true
- test -e test && cover || true
- true && [ ! -e test/ ] || cover

after_success:
- cover -report coveralls
Expand Down

0 comments on commit b0f3007

Please sign in to comment.