diff --git a/.travis.yml b/.travis.yml index 95ba404d..c99c3aa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: