Skip to content

Commit 03d828f

Browse files
removed node 6 from ci
1 parent 6a83fa1 commit 03d828f

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,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "6"
54
- "8"
65
- "9"
76
- "10"
@@ -10,4 +9,4 @@ script:
109
- npm run test
1110

1211
after_success:
13-
- ./node_modules/.bin/codecov
12+
- ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)