Skip to content

Commit 23ec2af

Browse files
committed
Add Node.js 11 to Travis CI
1 parent 0342e49 commit 23ec2af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
4-
- "8"
5-
- "6"
3+
- '11'
4+
- '10'
5+
- '8'
6+
- '6'

0 commit comments

Comments
 (0)