Skip to content

Commit

Permalink
group
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 22, 2019
1 parent 7424dea commit 7c66709
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 @@ -81,7 +81,7 @@ before_script:
script:
- |
if [[ $TASK_TESTS_COVERAGE != 1 ]]; then
php -d display_errors=on -d max_execution_time=-1 -d memory_limit=2048M -d error_reporting=-1 vendor/codeception/codeception/codecept run unit;
php -d display_errors=on -d max_execution_time=-1 -d memory_limit=2048M -d error_reporting=-1 vendor/codeception/codeception/codecept -g mail run unit;
else
vendor/bin/codecept run unit --coverage --coverage-xml;
fi
Expand Down

0 comments on commit 7c66709

Please sign in to comment.