Browse Source

Issue #15957: small fix of travis builds (#15967)

See also: https://travis-ci.org/yiisoft/yii2/builds/357597899
tags/3.0.0-alpha1
Pavel Ivanov 7 years ago committed by Alexander Makarov
parent
commit
a7f0fea200
  1. 2
      .travis.yml

2
.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

Loading…
Cancel
Save