Add travis config

This commit is contained in:
Dane Springmeyer
2013-11-18 15:57:55 -08:00
parent feeb49ac30
commit 8572d9abbb
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- sudo apt-get update -qq
install:
- npm install
before_script:
- true
script:
- npm test