Skip to content

Commit 7f7a59e

Browse files
committed
Update to LTS node versions (8, 10, and 12) in travis
1 parent 9bc268a commit 7f7a59e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- 5
4-
- 4
5-
- 0.10
3+
- "12"
4+
- "10"
5+
- "8"
66
services: redis-server
77
script: "npm run test-cover"
88
# Send coverage data to Coveralls

0 commit comments

Comments
 (0)