Skip to content

Commit

Permalink
try enable Xdebug on HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 13, 2017
1 parent 2ebedd1 commit a6b4b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ matrix:
group: edge

before_install:
- if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then echo 'xdebug.enable = on' >> /etc/hhvm/php.ini; fi
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;

install:
Expand Down

0 comments on commit a6b4b8a

Please sign in to comment.