Skip to content

Commit bc636fc

Browse files
author
Sal Niro
committedJun 14, 2017
build, node v8
1 parent 8709c50 commit bc636fc

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed
 

‎.travis.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
language: node_js
22
node_js:
3-
- "7.5"
4-
- "7.4"
5-
- "7.3"
6-
- "7.2"
7-
- "7.1"
3+
- "8"
84
- "7"
9-
- "6.9"
10-
- "6.8"
11-
- "6.7"
12-
- "6.6"
13-
- "6.5"
14-
- "6.4"
15-
- "6.3"
16-
- "6.2"
175
- "6"
186
- "5"
19-
- "5.1"
207
- "4"
21-
- "4.2"
22-
- "4.1"
23-
- "4.0"
248
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)
Please sign in to comment.