Merge pull request #2375 from wallabag/upgrade-nodejs

try to reduce assets build npm connection failing by updating nodejs
This commit is contained in:
Thomas Citharel 2016-10-05 15:38:19 +02:00 committed by GitHub
commit 145d69fe5d

View file

@ -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;