Skip to content

Commit

Permalink
Install XDebug on PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke committed Nov 4, 2015
1 parent 8015df7 commit 625bc28
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 @@ -10,6 +10,9 @@ branches:
only:
- master

before_install:
- if [[ $TRAVIS_PHP_VERSION = '7.0' ]]; then pecl install xdebug; fi;

install:
- composer install --dev --no-interaction

Expand Down

0 comments on commit 625bc28

Please sign in to comment.