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.
1 parent cf96dba commit f1da69eCopy full SHA for f1da69e
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
node_js:
3
-- "0.10"
4
-- "0.12"
5
-- "4"
6
- "5"
7
- "6"
+- "7"
+- "8"
+- "9"
8
sudo: false
9
after_success:
10
- "npm run coverage"
package.json
@@ -32,7 +32,7 @@
32
"prepare-commit-msg"
33
],
34
"engines": {
35
- "node": ">=0.8.x"
+ "node": ">=5"
36
},
37
"engine-strict": true,
38
"scripts": {
0 commit comments