]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
tmp
authorArthurHoaro <arthur@hoa.ro>
Sat, 26 Sep 2020 12:43:21 +0000 (14:43 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 26 Sep 2020 12:43:21 +0000 (14:43 +0200)
.travis.yml

index afccce0836fea7f0935ca9c308b3583e13effb90..af04a022fc2de2665b4bc752ed1f9faac1207151 100644 (file)
@@ -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/}