]> 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 c414967b5b4f9d930072d2f1e9a6ff36d82617a6..afccce0836fea7f0935ca9c308b3583e13effb90 100644 (file)
@@ -13,7 +13,7 @@ matrix:
       php: 7.1
     # jobs for frontend builds
     - language: node_js
-      node_js: 8
+      node_js: 10
       cache:
         yarn: true
         directories:
@@ -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/}