Tests via Travis

pull/21/head
Maciej Winnicki 2013-10-29 19:31:27 +01:00
parent c2d27a3b01
commit 22ea4908b6
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@ language: node_js
node_js:
- 0.8
- 0.10
script: make lint
script:
- make lint
- make test