Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 3fa6e68

Browse files
committed
Merge pull request #78 from chentsulin/patch-5
Run tests for node v5 and v6 on travis
2 parents 8eba52f + 8679c24 commit 3fa6e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- "stable"
4+
- "6"
5+
- "5"
56
- "4"
67
- "iojs"
78
- "0.12"

0 commit comments

Comments
 (0)