Add .travis.yml

This commit is contained in:
James Allen 2014-08-15 11:03:08 +01:00
parent f1892f129c
commit 9583d1ee60

14
services/chat/.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit