Create .travis.yml

This commit is contained in:
James Allen 2014-02-24 14:26:38 +00:00
parent 9963f01482
commit 4756b488ee

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