Skip to content

Commit a73187c

Browse files
committed
Update Travis config to use the current Node
Remove end-of-life Node.js 9 and add the current Node.js 11. PR-URL: #383
1 parent 0484cae commit a73187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- 6
44
- 8
5-
- 9
65
- 10
6+
- 11
77
script:
88
- npm test

0 commit comments

Comments
 (0)