improving npm installation performance

pull/226/merge
El RIDO 6 years ago
parent 12c5e9db39
commit 63e5f5c101
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

@ -9,7 +9,8 @@ php:
# as this is a php project, node.js v4 (for JS unit testing) isn't installed
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 4
- '[ ! -d "$HOME/.nvm" ] && mkdir -p $HOME/.nvm && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | NVM_METHOD=script bash'
- source ~/.nvm/nvm.sh && nvm install 4
before_script:
- composer install -n
@ -31,5 +32,6 @@ cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.composer/cache/vcs
- $HOME/.nvm
- $HOME/.npm
- js/node_modules

Loading…
Cancel
Save