use nvmrc file

avoids storing node version in travis to allow nvm tool for local dev
This commit is contained in:
Stephen G 2020-06-13 14:51:37 -07:00
parent c9d9730726
commit de727bcddc
2 changed files with 1 additions and 2 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
lts/dubnium

View File

@ -1,6 +1,4 @@
language: node_js
node_js:
- lts/dubnium
cache: npm
os: linux
addons: