add travis support and npm handling support

This commit is contained in:
Colby Gutierrez-Kraybill 2018-01-17 11:15:41 -05:00
parent c6de634f35
commit f9aef2ccee
2 changed files with 16 additions and 0 deletions

5
.npmignore Normal file
View file

@ -0,0 +1,5 @@
node_modules/
.DS_Store
*.log
.nyc_output/
coverage/

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: node_js
sudo: false
node_js:
- "6"
before_script:
- date --rfc-2822
script:
- npm test