Skip to content

Commit

Permalink
Changing codecoverage level to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
levidurfee committed Nov 26, 2016
1 parent 15b19a9 commit 66f824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:

script:
- phpunit --coverage-clover=coverage.xml
- php coverage-checker.php coverage.xml 80
- php coverage-checker.php coverage.xml 60

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 66f824a

Please sign in to comment.