Skip to content

Commit

Permalink
Disable xdebug on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Hofmann committed Jun 22, 2016
1 parent 9f86f81 commit 2486bad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ php:
- nightly
- hhvm

before_script:
- phpenv config-rm xdebug.ini

install:
- composer install
- chmod -R 0777 test/rg/injektor/_factories/

0 comments on commit 2486bad

Please sign in to comment.