Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 18, 2018
1 parent 2e387ae commit 5c3c957
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 @@ -26,7 +26,7 @@ script:
- ./vendor/bin/phpunit --coverage-text

after_script:
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then php ./vendor/bin/php-coveralls -v --exclude-no-stmt; fi
- if [[ $DEPS == 'latest' ]]; then php ./vendor/bin/php-coveralls -v --exclude-no-stmt; fi

notifications:
email: false

0 comments on commit 5c3c957

Please sign in to comment.