Skip to content

Commit

Permalink
Disabling XDebug also before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 25, 2015
1 parent ca43fc1 commit 74c7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ php:
- hhvm-nightly

install:
- if [[ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != 'hhvm-nightly' ]]; then phpenv config-rm xdebug.ini; fi
- sudo apt-get install parallel
- composer install --dev --prefer-source

before_script:
- if [[ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != 'hhvm-nightly' ]]; then phpenv config-rm xdebug.ini; fi
- mkdir -p build/coverage
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php

Expand Down

0 comments on commit 74c7bcc

Please sign in to comment.