Disable xdebug on Travis

This commit is contained in:
Djamil Legato
2016-01-29 13:27:43 -08:00
parent 7d00941876
commit c2fb252a6e

View File

@@ -58,6 +58,8 @@ before_install:
./build-grav.sh skeletons.txt;
fi;
fi
before_script:
- phpenv config-rm xdebug.ini
script:
- if [ $TRAVIS_BRANCH == 'develop' ]; then
vendor/bin/codecept run;