Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 22, 2019
1 parent 42efbb0 commit c81c6d6
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 tests/unit\helpers/ArrayHelperTest.php:testToArray;
php -d display_errors=on -d max_execution_time=-1 -d memory_limit=2048M -d error_reporting=-1 vendor/codeception/codeception/codecept run tests/unit/helpers/ArrayHelperTest.php:testToArray;
else
vendor/bin/codecept run unit --coverage --coverage-xml;
fi
Expand Down

0 comments on commit c81c6d6

Please sign in to comment.