Create .travis.yml

This commit is contained in:
James Allen 2014-02-24 14:27:06 +00:00
parent 07d858e5c3
commit 4d6d4eb6a2

19
services/clsi/.travis.yml Normal file
View file

@ -0,0 +1,19 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit
services:
- redis-server
- mongodb