From ac93ab81fe5f15c22a4c1df8ecc457072a476105 Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Wed, 1 Jan 2020 16:42:09 +0000 Subject: [PATCH] Update travis PHP versions --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44cd443..aa89434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ php: - 7.0 - 7.1.0 - 7.2 + - 7.3 + - 7.4 env: matrix: @@ -23,7 +25,7 @@ before_install: fi install: - - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist --no-suggest + - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist --no-suggest script: - make lint