X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=af04a022fc2de2665b4bc752ed1f9faac1207151;hb=24225f63324bd1118b008518abfc82a136ad997e;hp=afccce0836fea7f0935ca9c308b3583e13effb90;hpb=e011be01701e7f0f2bee9a5de3f062a5ca1b17df;p=github%2Fshaarli%2FShaarli.git 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/}