diff --git a/.travis.yml b/.travis.yml index 21b2f27..7d8468c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,15 +12,13 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 + - 7.3 env: global: - TEST_COMMAND="composer test" -branches: - except: - - /^analysis-.*$/ - matrix: fast_finish: true include: @@ -30,10 +28,9 @@ matrix: before_install: - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi - if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi - - travis_retry composer self-update install: - - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction + - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction script: - $TEST_COMMAND