Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
CI: Disable XDebug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Apr 24, 2017
1 parent 477505c commit e213839
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -5,9 +5,10 @@ matrix:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env:
- ENABLE_XDEBUG=true
# Disable because XDebug slows test execution too much.
# - php: 7.1
# env:
# - ENABLE_XDEBUG=true
- php: 7.1
env:
- ENABLE_DEVTOOLS=true
Expand Down Expand Up @@ -50,7 +51,7 @@ before_script:

script:
- composer install
- travis_wait 60 vendor/bin/hoa test:run
- vendor/bin/hoa test:run
- if [[ $ENABLE_DEVTOOLS ]]; then
composer global require friendsofphp/php-cs-fixer;
vendor/bin/hoa devtools:cs --diff --dry-run .;
Expand Down

0 comments on commit e213839

Please sign in to comment.