Skip to content

Commit 36062fa

Browse files
committed
drop support for Node.js v6
1 parent bccfee8 commit 36062fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3+
- '10'
34
- '8'
4-
- '6'
55
before_script: cd $TRAVIS_BUILD_DIR
66
script:
77
- npm run cover

0 commit comments

Comments
 (0)