Skip to content

Commit

Permalink
Merge pull request #11 from xabbuh/xdebug-composer
Browse files Browse the repository at this point in the history
even Composer should be executed without xdebug
xabbuh committed Dec 7, 2015

Verified

This commit was signed with the committer’s verified signature.
jenniferarnesen Jen Jones Arnesen
2 parents d8cd43a + df9d7f5 commit 8fe59ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -31,15 +31,13 @@ matrix:
- php: hhvm

before_install:
- if [ "$COVERAGE" != "yes" -a "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony:"$SYMFONY_VERSION"; fi

install:
- if [ "$deps" = "" ]; then composer install; fi
- if [ "$deps" = "low" ]; then composer update --prefer-lowest; fi

before_script:
- if [ "$COVERAGE" != "yes" -a "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi

script:
- if [ "$COVERAGE" = "yes" ]; then phpunit --coverage-clover=coverage.clover; else phpunit; fi
- if [ "$COVERAGE" = "yes" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi

0 comments on commit 8fe59ac

Please sign in to comment.