From 2567ccaf622092c1b77928bf623e52abeec90ac5 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 20 Dec 2019 14:35:44 +0000 Subject: [PATCH] [2.x] Tweaked travis config --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index de6d7a3c..cabc2297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: php -sudo: false - cache: directories: - $HOME/.composer/cache @@ -9,6 +7,9 @@ cache: matrix: fast_finish: true include: + - php: 7.2 + dist: bionic + env: deps=low - php: 7.2 dist: bionic - php: 7.3 @@ -17,8 +18,6 @@ matrix: dist: bionic - php: nightly dist: bionic - - php: 7.2 - env: deps=low allow_failures: - php: nightly