Do not specify node version in .travis.yml

So travis picks instead the version from .nvmrc
This commit is contained in:
Alberto Fernández Capel 2018-04-19 14:03:35 +01:00
parent dffc0a42c3
commit 7d597fe59e

View file

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