add tests
This commit is contained in:
parent
13729c9910
commit
42c19432d0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue