Make travis read the node version from the .nvmrc file

See https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions-using-.nvmrc
This commit is contained in:
Alberto Fernández Capel 2018-05-01 09:25:37 +01:00
parent 64ad02b1bf
commit 3ad8e9f2f1

View file

@ -1,8 +1,5 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli