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 2c5c518 commit dde6ac0Copy full SHA for dde6ac0
.travis.yml
@@ -12,7 +12,6 @@ env:
12
- DEPS=latest
13
14
before_script:
15
- - phpenv config-rm xdebug.ini
16
- if [[ $DEPS == 'lowest' ]]; then composer update --prefer-stable --no-interaction --prefer-lowest ; fi
17
- if [[ $DEPS == 'latest' ]]; then composer update --prefer-stable --no-interaction ; fi
18
0 commit comments