Add Travis CI

This commit is contained in:
James Allen 2014-02-26 16:27:09 +00:00
parent 834f41eea1
commit 1e7fc3dc29

View file

@ -0,0 +1,18 @@
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