From b7120d8e3b222fb2849dad791a0c0acf0b9eea9e Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 7 Nov 2019 16:55:43 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54781ca..8924613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 ## Cache composer cache: @@ -15,4 +16,4 @@ before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - - make ci \ No newline at end of file + - make ci