From 74fe0a0266d08bd0ea9ad25819cf8007d63bbf14 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 23 May 2019 14:24:09 -0700 Subject: [PATCH] No need for this anymore --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e808516c3b0..d5e85da1f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ before_script: script: - | - php vendor/bin/codecept run tests/unit/helpers/ArrayHelperTest.php:testToArray; + vendor/bin/codecept run unit; #script: # - | # # if [[ $TASK_TESTS_COVERAGE != 1 ]]; then