]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Travis CI: run composer update instead of install
[github/shaarli/Shaarli.git] / .travis.yml
index fb95235c47e9df69da16db1ce9eb230832f861a2..afccce0836fea7f0935ca9c308b3583e13effb90 100644 (file)
@@ -43,7 +43,7 @@ cache:
 
 install:
   # install/update composer and php dependencies
-  - composer install --prefer-dist
+  - composer update --ignore-platform-reqs
 
 before_script:
   - PATH=${PATH//:\.\/node_modules\/\.bin/}