Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
2.0 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan2388 committed Oct 26, 2018
1 parent 98a4f7b commit c07429a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ install:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --no-suggest
script:
- composer test -- --coverage-clover=coverage.xml

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

branches:
only:
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
testdox="true"
stopOnFailure="false">
<testsuites>
<testsuite name="Helper Test Suite">
Expand Down

0 comments on commit c07429a

Please sign in to comment.