diff --git a/.travis.yml b/.travis.yml index 839659a55..a3b38c676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 cache: directories: @@ -21,7 +22,7 @@ env: - SYMFONY_PHPUNIT_DIR=.phpunit before_install: - - phpenv config-rm xdebug.ini + - phpenv config-rm xdebug.ini || echo "xdebug not available" install: - composer install