]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
tmp
[github/shaarli/Shaarli.git] / .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/}