[7.0] Remove node 0.10, 0.12 and 5 from Travis (#284)

* Remove node 0.10, 0.12 and 5 from Travis

* add engines to package.json
This commit is contained in:
Sergey Rubanov
2017-01-13 00:51:05 +03:00
committed by Daniel Tschinder
parent 5785f0ce72
commit b72d4d40a5
2 changed files with 4 additions and 10 deletions

View File

@@ -11,6 +11,10 @@
"bin",
"lib"
],
"engines" : {
"node" : ">=4.2.0",
"npm": ">=2.14.7"
},
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.14.0",