Skip to content

Commit dc558e9

Browse files
authored
Drop Node 4 and Node 5 support (#495)
1 parent 6f08931 commit dc558e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
53
- "6"
64
- "7"
75
- "8"
@@ -13,4 +11,4 @@ branches:
1311
- master
1412

1513
script: "npm test"
16-
after_script: "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
14+
after_script: "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 commit comments

Comments
 (0)