forked from wallabag/wallabag
try to reduce assets build npm connection failing by updating nodejs
This commit is contained in:
@ -62,7 +62,7 @@ before_script:
|
|||||||
- if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;
|
- if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;
|
||||||
|
|
||||||
install:
|
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 -g npm@latest; fi;
|
||||||
- if [[ $ASSETS = build ]]; then npm install; fi;
|
- if [[ $ASSETS = build ]]; then npm install; fi;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user