We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb3667 commit ac2d7bbCopy full SHA for ac2d7bb
.travis.yml
@@ -26,7 +26,7 @@ matrix:
26
env: xdebug=false
27
28
before_install:
29
- - if [[ $xdebug != 'true' ]] ; then phpenv config-rm xdebug.ini; fi
+ - if [[ $xdebug = 'true' ]] ; then phpenv config-rm xdebug.ini; fi
30
31
install:
32
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction --no-suggest; fi
0 commit comments