From e011be01701e7f0f2bee9a5de3f062a5ca1b17df Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 26 Sep 2020 14:33:27 +0200 Subject: Travis CI: run composer update instead of install And ignore PHP 7.1 platform requirement, in order to get matching version of PHPUnit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fb95235c..afccce08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ cache: install: # install/update composer and php dependencies - - composer install --prefer-dist + - composer update --ignore-platform-reqs before_script: - PATH=${PATH//:\.\/node_modules\/\.bin/} -- cgit v1.2.3