Skip to content

Commit eeb3667

Browse files
committed
Also disable Xdebug.
1 parent c6fda53 commit eeb3667

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.travis.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
language: php
22

3-
php:
4-
- 5.5.9
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- hhvm
10-
113
sudo: false
124

135
env:
146
global:
157
- setup=basic
8+
- xdebug=true
169

1710
cache:
1811
directories:
@@ -24,6 +17,16 @@ matrix:
2417
env: setup=lowest
2518
- php: 5.5.9
2619
env: setup=stable
20+
- php: 5.5
21+
- php: 5.6
22+
- php: 7.0
23+
- php: 7.1
24+
env: xdebug=false
25+
- php: hhvm
26+
env: xdebug=false
27+
28+
before_install:
29+
- if [[ $xdebug != 'true' ]] ; then phpenv config-rm xdebug.ini; fi
2730

2831
install:
2932
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction --no-suggest; fi

0 commit comments

Comments
 (0)