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:
parent
38a0ddfece
commit
d1911f689d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue