Added a travis CI config

This commit is contained in:
Ben Cox 2013-11-14 21:58:38 +00:00
parent 37eeef5477
commit 573381e169
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.11"
script: npm install && node every-test
script: npm install && node test/every-test.js