Do not specify the node version in .travis.yml

So travis picks it from .nvmrc
This commit is contained in:
Alberto Fernández Capel 2018-04-19 14:08:41 +01:00
parent c864cd24bf
commit 6757f70daa

View file

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