Create .travis.yml

This commit is contained in:
James Allen
2014-02-24 14:27:06 +00:00
parent 867c36984d
commit 8e0880c9e6

19
.travis.yml Normal file
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