diff --git a/.travis.yml b/.travis.yml index 913e1aa..8ad98bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,16 +5,8 @@ cache: directories: - $HOME/.composer/cache/files -php: -- 7.1 -- 7.2 -- 7.3 -- 7.4 - -matrix: - fast_finish: true - jobs: + fast_finish: true include: - php: 7.1 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"