Create .travis.yml

This commit is contained in:
James Allen 2014-02-24 14:24:44 +00:00
parent bc49b940cc
commit 1a7d2643c0

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