Skip to content

Commit

Permalink
Use a better way to disable xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 1, 2016
1 parent 3b1b8b1 commit deca294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ matrix:
- php: hhvm

before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- phpenv config-rm xdebug.ini
- composer self-update
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer install --prefer-dist --no-interaction
Expand Down

0 comments on commit deca294

Please sign in to comment.