1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

Remove nvmrc when building on Travis. Makes it easier to potentially build against multiple versions in the future.

This commit is contained in:
Simo Kinnunen 2019-09-02 21:34:20 +09:00
parent 38a0ddfece
commit d1911f689d

View file

@ -22,6 +22,7 @@ matrix:
fast_finish: true fast_finish: true
before_install: before_install:
- rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm - rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
- rm .nvmrc
- source ~/.nvm/nvm.sh - source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION - nvm install $NODE_VERSION
- node --version - node --version