Skip to content

Commit 4e8e20c

Browse files
committedFeb 2, 2018
ci(travis): add node stable && lts/*
1 parent 8242689 commit 4e8e20c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- "node"
4+
- stable
5+
- lts/*
56
- 6
67

78
after_success:

0 commit comments

Comments
 (0)
Please sign in to comment.