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 ed1d01d commit c4d756b
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 @@ -79,7 +79,7 @@ before_script:

script:
- |
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 vendor/bincodecept run tests/unit/helpers/ArrayHelperTest.php:testToArray;
#script:
# - |
# # if [[ $TASK_TESTS_COVERAGE != 1 ]]; then
Expand Down

0 comments on commit c4d756b

Please sign in to comment.