From: Thomas Citharel Date: Wed, 5 Oct 2016 13:05:42 +0000 (+0200) Subject: try to reduce assets build npm connection failing by updating nodejs X-Git-Tag: 2.1.2~47^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=3c00779dc3e36aa52f9d520bf6b615511ae39d17 try to reduce assets build npm connection failing by updating nodejs --- diff --git a/.travis.yml b/.travis.yml index f1334f52..c7bb05fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_script: - if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi; install: - - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 5.0; fi; + - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 6.7; fi; - if [[ $ASSETS = build ]]; then npm install -g npm@latest; fi; - if [[ $ASSETS = build ]]; then npm install; fi;