Skip to content

Commit 7609279

Browse files
committed
Drop support for nodejs < 4
1 parent 1fd5373 commit 7609279

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
4+
- "6"
5+
- "8"
6+
- "10"
57
after_script:
68
- npm run coveralls

0 commit comments

Comments
 (0)