Skip to content

Commit b6f4b50

Browse files
committed
ci(.travis): update Node.js versions
1 parent 100adc1 commit b6f4b50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4.1"
5-
- "0.12"
6-
- "0.10"
4+
- "stable"
5+
- "lts/*"
6+
- 6
7+
- 4
78

89
env:
910
global:

0 commit comments

Comments
 (0)