1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

add tests

This commit is contained in:
ido 2014-12-31 17:24:08 +02:00
parent 13729c9910
commit 42c19432d0

View File

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