mirror of
https://github.com/getgrav/grav.git
synced 2026-03-12 15:41:18 +01:00
Disable xdebug only on non hhvm envs
This commit is contained in:
@@ -59,7 +59,7 @@ before_install:
|
||||
fi;
|
||||
fi
|
||||
before_script:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-rm xdebug.ini; fi
|
||||
script:
|
||||
- if [ $TRAVIS_BRANCH == 'develop' ]; then
|
||||
vendor/bin/codecept run;
|
||||
|
||||
Reference in New Issue
Block a user