Skip to content

Commit

Permalink
Merge pull request #4 from Connehito/install-codecov
Browse files Browse the repository at this point in the history
Change codecov execution path
  • Loading branch information
o0h committed Jul 2, 2019
2 parents fe90417 + fa6a473 commit a1abd5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ script:
- ../travis/script.sh

after_success:
- ../travis/after_success.sh
- if [ -f "../cakephp/app/clover.xml" ]; then cp ../cakephp/app/clover.xml ../cakephp/app/Plugin/$PLUGIN_NAME; fi
- if [ -d "../cakephp/app/Plugin/$PLUGIN_NAME" ]; then cd ../cakephp/app/Plugin/$PLUGIN_NAME; fi
- if [ "$CODECOVERAGE" == '1' ]; then wget -O codecov.sh https://codecov.io/bash; bash codecov.sh; fi

notifications:
email: false

0 comments on commit a1abd5f

Please sign in to comment.