disable XDebug for Travis builds

This commit is contained in:
Andy Miller
2020-03-19 14:56:03 -06:00
parent d550a016a9
commit 586105907d

View File

@@ -57,7 +57,7 @@ before_install:
fi;
fi
before_script:
- if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-rm xdebug.ini; fi
- phpenv config-rm xdebug.ini
script:
- if [ $TRAVIS_BRANCH == 'develop' ] || [ $TRAVIS_PULL_REQUEST != 'false' ]; then
vendor/bin/codecept run;