mirror of
https://github.com/openstf/stf
synced 2025-10-03 01:39:16 +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
|
||||
before_install:
|
||||
- rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
|
||||
- rm .nvmrc
|
||||
- source ~/.nvm/nvm.sh
|
||||
- nvm install $NODE_VERSION
|
||||
- node --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue