added travis and npmignore

This commit is contained in:
Jake Luer 2011-12-15 07:49:54 -05:00
parent c7b8eea2ee
commit 1373eb5b5b
2 changed files with 6 additions and 0 deletions

2
.npmignore Normal file
View file

@ -0,0 +1,2 @@
.DS_Store
.git*

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: node_js
node_js:
- 0.4
- 0.6