Skip to content

Commit 402242d

Browse files
committed
Configure Travis CI to test on more Node versions
1 parent d70963c commit 402242d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ node_js:
66
- "6"
77
- "7"
88
- "8"
9+
- "9"
10+
- "10"
11+
- "11"
912
- "node"
1013
script:
1114
- "npm test"

0 commit comments

Comments
 (0)