We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16632f4 commit 7e9dda1Copy full SHA for 7e9dda1
.travis.yml
@@ -14,4 +14,5 @@ node_js:
14
- "4"
15
- "6"
16
- "7"
17
+ - "8"
18
after_success: npm run coveralls
appveyor.yml
@@ -7,6 +7,7 @@ environment:
7
- nodejs_version: "0.12"
8
- nodejs_version: "4"
9
- nodejs_version: "6"
10
+ - nodejs_version: "8"
11
12
pull_requests:
13
do_not_increment_build_number: true
0 commit comments