From: ArthurHoaro Date: Sat, 26 Sep 2020 12:43:21 +0000 (+0200) Subject: tmp X-Git-Tag: v0.12.0-beta-1~5^2~2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=24225f63324bd1118b008518abfc82a136ad997e tmp --- 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/}