Create .travis.yml

This commit is contained in:
James Allen 2014-04-28 16:48:36 +01:00
parent 6eb328e788
commit f09444de3b

View file

@ -0,0 +1,21 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
before_script:
- grunt forever:app:start
script:
- grunt test:unit
- grunt test:acceptance
services:
- mongodb