Skip to content

Commit 96a8445

Browse files
authored
Merge pull request #110 from bavix/codecov
Update .travis.yml
2 parents 362af27 + 60e2c6c commit 96a8445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ script:
2525
- ./vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/phpunit.junit.xml
2626
- ./vendor/bin/infection --coverage=build --min-msi=60 -j$(nproc)
2727

28-
after_script:
29-
- cp ./build/logs/clover.xml clover.xml
28+
after_success:
3029
- if [ $(phpenv version-name) = "7.3" ]; then ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT; fi
30+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)