Add unit tests and travis.yml

This commit is contained in:
Jakub Juszczak
2016-09-08 13:21:20 +02:00
parent 377ae5e27a
commit d913e9c515
10 changed files with 156 additions and 2 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: node_js
node_js:
- "6"
after_success:
- bash <(curl -s https://codecov.io/bash)