add tests

This commit is contained in:
ido 2014-12-31 17:24:08 +02:00
parent 13729c9910
commit 42c19432d0
1 changed files with 4 additions and 3 deletions

View File

@ -2,14 +2,15 @@ language: node_js
node_js:
- "0.10"
install:
- npm install
before_script:
- npm install -g grunt-cli
install:
- npm install
script:
- grunt eslint
- npm test
branches:
only: