Skip to content

Commit ac2d7bb

Browse files
committed
Change condition.
1 parent eeb3667 commit ac2d7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
env: xdebug=false
2727

2828
before_install:
29-
- if [[ $xdebug != 'true' ]] ; then phpenv config-rm xdebug.ini; fi
29+
- if [[ $xdebug = 'true' ]] ; then phpenv config-rm xdebug.ini; fi
3030

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

0 commit comments

Comments
 (0)