We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3db29d + c1df971 commit 6f382f1Copy full SHA for 6f382f1
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
-- '4.3'
+- '4.6'
4
after_success: "./node_modules/.bin/codecov"
5
deploy:
6
provider: npm
package.json
@@ -36,5 +36,8 @@
36
"node-gcm": "^0.14.0",
37
"npmlog": "^2.0.3",
38
"parse": "^1.8.1"
39
+ },
40
+ "engines": {
41
+ "node": ">= 4.6.0"
42
}
43
0 commit comments