add acceptance tests to travis.yml

This commit is contained in:
Brian Gough 2014-12-22 13:10:40 +00:00
parent 8b9213d09b
commit d4c281e22c

View file

@ -12,6 +12,7 @@ install:
script: script:
- grunt test:unit - grunt test:unit
- grunt test:acceptance
services: services:
- redis-server - redis-server