Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #51 from AudithSoftworks/phpcov
Browse files Browse the repository at this point in the history
Typo fix.
  • Loading branch information
shehi committed May 5, 2017
2 parents 71a4d88 + 29f6b44 commit 387d3b6
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 @@ -78,7 +78,7 @@ script:

after_script:
- docker exec basis_php${PHP_VERSION}-cli_1 /bin/bash -c "pkill sc";
- if [[ $PHP_VERSION == 7 && $DB_CONNECTION == 'mysql' ]]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover ./storage/coverage/coverage-clover-merged; fi
- if [[ $PHP_VERSION == 7 && $DB_CONNECTION == 'mysql' ]]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover ./storage/coverage/coverage-clover-merged.xml; fi

notifications:
hipchat: f504f9e2e6696c17589a7b49f4ce05@Audith.Basis
Expand Down

0 comments on commit 387d3b6

Please sign in to comment.