X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=af04a022fc2de2665b4bc752ed1f9faac1207151;hb=6cdca9562c7685e9a0eb77b51584d0cc458c44e0;hp=c414967b5b4f9d930072d2f1e9a6ff36d82617a6;hpb=0d930454a2892715e691f9c7713e26a3bb4ee96c;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index c414967b..af04a022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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,8 @@ cache: install: # install/update composer and php dependencies - - composer install --prefer-dist + - composer config --unset platform && composer config platform.php $TRAVIS_PHP_VERSION + - composer update before_script: - PATH=${PATH//:\.\/node_modules\/\.bin/}