Skip to content

Commit c5b1e21

Browse files
committed
remove node versions below 6
1 parent 8be16a9 commit c5b1e21

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
@@ -1,11 +1,10 @@
11
language: node_js
22
node_js:
3-
- '4'
4-
- '5'
53
- '6'
64
- '7'
75
- '8'
86
- '9'
7+
- '10'
98
sudo: false
109
deploy:
1110
provider: npm

0 commit comments

Comments
 (0)