Browse Source

add travis config

pull/17/head
Brett Langdon 11 years ago
parent
commit
f52c5aa7ef
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .travis.yml

+ 8
- 0
.travis.yml View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "iojs-v1.0.4"
- "stable"

Loading…
Cancel
Save