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