Skip to content

Commit 023f117

Browse files
author
Maciej Warszawski
committed
add lts plus latest node version to travis build
1 parent 5144bad commit 023f117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
3-
- "lts/*"
3+
- "6"
4+
- "8"
5+
- "9"
46
cache:
57
directories:
68
- "node_modules"

0 commit comments

Comments
 (0)