try to reduce assets build npm connection failing by updating nodejs

This commit is contained in:
Thomas Citharel 2016-10-05 15:05:42 +02:00
parent c36f5adce2
commit 3c00779dc3
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5

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;