correcting syntax of npm install

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

@ -9,7 +9,7 @@ php:
# as this is a php project, node.js v4 (for JS unit testing) isn't installed
install:
- '[ ! -d "$HOME/.nvm" ] && mkdir -p $HOME/.nvm && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | NVM_METHOD=script bash'
- if [ ! -d "$HOME/.nvm" ]; then mkdir -p $HOME/.nvm && curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | NVM_METHOD=script bash; fi
- source ~/.nvm/nvm.sh && nvm install 4
before_script:

Loading…
Cancel
Save