From 739ed285192d04086d2453c00ed7d9260fd609fa Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Sat, 22 Feb 2020 12:13:38 +0200 Subject: [PATCH] CI updates (#64) * Remove PHP 7.1 from test matrix * Add PHP 7.4 to matrix * Cache composer packages between builds --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a2e1fb..0b1222a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,13 @@ services: - mysql php: + - 7.4 - 7.3 - 7.2 - - 7.1 + +cache: + directories: + - $HOME/.cache/composer install: travis_retry composer install