Create .travis.yml

This commit is contained in:
James Allen 2014-02-24 13:50:55 +00:00
parent 20ed215c5c
commit ace74c8d7c

12
services/web/.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: node_js
install:
- npm install
- grunt install
script: grunt test:unit
services:
- redis-server
- mongodb