Skip to content

Commit 849ed2f

Browse files
author
Andreas Krummsdorf
committed
run tests in travis on more node.js versions
* use docker infrastructure
1 parent 745f7c5 commit 849ed2f

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)