The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit b4cf2748 authored by Ere Maijala's avatar Ere Maijala
Browse files

Disable xdebug in Travis build.

parent 0b4e3e74
No related merge requests found
...@@ -13,6 +13,7 @@ before_script: ...@@ -13,6 +13,7 @@ before_script:
- pear install phing/phing - pear install phing/phing
- composer global require fabpot/php-cs-fixer - composer global require fabpot/php-cs-fixer
- export PATH="$HOME/.composer/vendor/bin:$PATH" - export PATH="$HOME/.composer/vendor/bin:$PATH"
- phpenv config-rm xdebug.ini
- phpenv rehash - phpenv rehash
script: script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment