Skip to content

Commit 62e38c0

Browse files
author
Lauren McCarthy
committed
Merge pull request #1166 from nikolas/patch-1
enable travis testing on node.js 5.1 and 4.2
2 parents e2a41d0 + 5a452ec commit 62e38c0

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
@@ -2,6 +2,8 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5+
- "4.2"
6+
- "5.1"
57
install: npm install
68
script: npm run grunt
7-
sudo: false
9+
sudo: false

0 commit comments

Comments
 (0)