Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 22, 2019
1 parent d5f8222 commit 5a0146f
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 vendor/codeception/codeception/codecept --steps --debug run unit;
php -d display_errors=on vendor/codeception/codeception/codecept run unit;
else
vendor/bin/codecept run unit --coverage --coverage-xml;
fi
Expand Down

0 comments on commit 5a0146f

Please sign in to comment.