Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit 017d9f7

Browse files
committed
Misc: add nodejs 5 to travis
It is not mentioned on the travis docs site, but apparently, it already supported. Same changes are in JSCS too jscs-dev/node-jscs@f195ca
1 parent 7210c59 commit 017d9f7

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,8 +1,9 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "0.12"
5-
- "0.10"
3+
- "0.10"
4+
- "0.12"
5+
- "4"
6+
- "5"
67

78
sudo: false
89

0 commit comments

Comments
 (0)