<>/!=
This commit is contained in:
parent
9d17408f1d
commit
adc0e980e1
|
@ -14,7 +14,7 @@ cache:
|
|||
|
||||
before_script:
|
||||
# Deactivate xdebug
|
||||
- if [[ $TRAVIS_PHP_VERSION <> nightly ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION != nightly ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- composer install --ignore-platform-reqs
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue