From 24225f63324bd1118b008518abfc82a136ad997e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 26 Sep 2020 14:43:21 +0200 Subject: [PATCH] tmp --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afccce08..af04a022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,8 @@ cache: install: # install/update composer and php dependencies - - composer update --ignore-platform-reqs + - composer config --unset platform && composer config platform.php $TRAVIS_PHP_VERSION + - composer update before_script: - PATH=${PATH//:\.\/node_modules\/\.bin/} -- 2.41.0