Skip to content

Commit 6687e92

Browse files
darrachequesnemathiasbynens
authored andcommitted
.travis.yml: Add newer Node.js versions
Closes mathiasbynens#21.
1 parent 2fa80fa commit 6687e92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- "iojs"
5+
- "4"
6+
- "5"
7+
- "6"
68
before_script:
79
- "npm install -g grunt-cli"
810
# Narwhal uses a hardcoded path to openjdk v6, so use that version

0 commit comments

Comments
 (0)