Skip to content

Commit

Permalink
Add matrix - disable xdebug PHP module
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Feb 20, 2016
1 parent 5c57489 commit ab62837
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ php:

matrix:
fast_finish: true
include:
- php: 5.6
env: XDEBUG_OFF="yes"
- php: 7.0
env: XDEBUG_OFF="yes"

before_script:
- composer update-all
- if [[ $XDEBUG_OFF = yes ]]; then phpenv config-rm xdebug.ini; fi;

script:
- composer update-all
- composer test

after_script:
Expand Down

0 comments on commit ab62837

Please sign in to comment.