Skip to content

Commit 5e40e5f

Browse files
committed
test(gitbook-treeview): set testing environment with node 8
1 parent 5efda4a commit 5e40e5f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
language: node_js
22
node_js:
3-
- "5"
4-
- "5.1"
5-
- "4"
6-
- "4.2"
7-
- "4.1"
8-
- "4.0"
9-
- "0.12"
10-
- "0.11"
11-
- "0.10"
12-
- "iojs"
3+
- "8"
134
script: npm test
145
os:
156
- linux

0 commit comments

Comments
 (0)