From a7f0fea200442b6c21ac6cc3eecc2a182c626c2c Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Sat, 24 Mar 2018 01:49:07 +0200 Subject: [PATCH] Issue #15957: small fix of travis builds (#15967) See also: https://travis-ci.org/yiisoft/yii2/builds/357597899 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62e3074..0fddc9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ matrix: install: - | - if [[ $TASK_TESTS_COVERAGE != 1]]; then + if [[ $TASK_TESTS_COVERAGE != 1 ]]; then # disable xdebug for performance reasons when code coverage is not needed phpenv config-rm xdebug.ini || echo "xdebug is not installed" fi