Skip to content

Commit

Permalink
Remove codecoverage from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 committed Aug 8, 2020
1 parent f4a2f63 commit 5bf5f03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ matrix:
env: PHPCS=1 DEFAULT=0
- php: 7.2
env: PHPSTAN=1 DEFAULT=0
- php: 7.2
env: CODECOVERAGE=1 DEFAULT=0 DATABASE_TEST_URL='mysql://ishan:vyas@127.0.0.1/test_cakevue_spa'

before_install:
- phpenv config-rm xdebug.ini
Expand All @@ -44,10 +42,6 @@ script:
- if [[ $DEFAULT = 1 ]]; then composer test; fi
- if [[ $PHPCS = 1 ]]; then composer cs-check; fi
- if [[ $PHPSTAN = 1 ]]; then composer analyse; fi
- if [[ $CODECOVERAGE == 1 ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=clover.xml; fi

after_success:
- if [[ $CODECOVERAGE == 1 ]]; then bash <(curl -s https://codecov.io/bash); fi

notifications:
email: false

0 comments on commit 5bf5f03

Please sign in to comment.