Browse Source

add travis yaml

master
Brett Langdon 12 years ago
parent
commit
f9f2058642
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .travis.yml

+ 7
- 0
.travis.yml View File

@ -0,0 +1,7 @@
language: node_js
env:
- NODE_ENV=test
node_js:
- "0.11"
- "0.10"
- "0.8"

Loading…
Cancel
Save