Skip to content

Commit

Permalink
Merge pull request #71 from Ocramius/hotfix/disable-xdebug-in-perform…
Browse files Browse the repository at this point in the history
…ance-tests

Removing XDebug from performance test suite runs
  • Loading branch information
Ocramius committed Jul 10, 2013
2 parents 8e5171c + febba84 commit 96714fc
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 @@ -13,7 +13,7 @@ before_script:
script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml --exclude-group Functional,Performance
- ./vendor/bin/phpunit --group=Functional
- ./vendor/bin/phpunit --group=Performance
- php -n ./vendor/bin/phpunit --group=Performance
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/

after_script:
Expand Down

0 comments on commit 96714fc

Please sign in to comment.