Skip to content

Commit ce86da5

Browse files
authored
Remove node 6,9, add node 10
1 parent f83fa74 commit ce86da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ cache:
33
directories:
44
- node_modules
55
node_js:
6-
- "9"
6+
- "10"
77
- "8"
8-
- "6"
98
after_success:
109
- npm run coverall

0 commit comments

Comments
 (0)