Do not specify node version in .travis.yml

That way, travis uses the version specified in .nvmrc
This commit is contained in:
Alberto Fernández Capel 2018-04-19 12:30:31 +01:00
parent 37f009c3cd
commit 4db146dd51

View file

@ -1,8 +1,5 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
@ -16,4 +13,3 @@ script:
services:
- redis-server
- mongodb