Skip to content

Commit 9c6c0fd

Browse files
committed
Merge pull request #33 from litixsoft/travis
run tests in travis on more node.js versions
2 parents 3151141 + 849ed2f commit 9c6c0fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
sudo: false
12
language: node_js
23
node_js:
3-
- "0.10"
4+
- '0.10'
5+
- '0.11'
6+
- '0.12'
7+
- 'iojs'
8+
matrix:
9+
allow_failures:
10+
- node_js: '0.11'

0 commit comments

Comments
 (0)