Skip to content

Commit 0b9bbc0

Browse files
committed
travis config
1 parent 59d4f7e commit 0b9bbc0

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: node_js
2+
3+
node_js:
4+
- "0.8"
5+
- "0.9"
6+
- "0.10"
7+
- "0.11"
8+
- "0.12"
9+
- "iojs-v1.0"
10+
- "iojs-v1.1"
11+
- "iojs-v1.2"
12+
- "iojs-v1.3"
13+
- "iojs-v1.4"
14+
- "iojs-v1.5"
15+
- "iojs-v1.6"
16+
- "iojs-v1"
17+
- "iojs"
18+
19+
services:
20+
- rabbitmq
21+
22+
before_install:
23+
- npm install -g npm@~1.4.6

0 commit comments

Comments
 (0)