Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Disable xdebug in Travis when no needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kleijnweb committed Feb 4, 2016
1 parent 103b2c1 commit dd1ecf8
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
@@ -1,6 +1,7 @@
language: php
sudo: false
before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "5.6" ]]; then phpenv config-rm xdebug.ini; fi
- composer self-update
install:
- composer update $COMPOSER_FLAGS
Expand Down

0 comments on commit dd1ecf8

Please sign in to comment.