Experiment with acceptance tests in Travis

This commit is contained in:
James Allen 2014-02-26 16:36:53 +00:00
parent 6e9485c0c4
commit cef17a7fbc

View file

@ -10,8 +10,12 @@ install:
- npm install - npm install
- grunt install - grunt install
before_script:
- grunt run
script: script:
- grunt test:unit - grunt test:unit
- grunt test:acceptance
services: services:
- redis-server - redis-server