Skip to content

Commit

Permalink
only run coveralls when xdebug is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Oct 8, 2019
1 parent c4676b4 commit 8b1e8e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -72,6 +72,8 @@ script:
composer ci:php:fixer;
- >
if [ "$XDEBUG" = 'true' ]; then
echo;
echo "Generating & Updating Coverage";
composer ci:coverage:coveralls;
fi;

0 comments on commit 8b1e8e4

Please sign in to comment.