Acceptance tests no longer run on Travis

This commit is contained in:
James Allen 2015-10-07 18:40:12 +01:00
parent f1bf0c97ec
commit 5fef2a82b8

View file

@ -10,12 +10,5 @@ install:
- npm install
- grunt install
before_script:
- grunt forever:app:start
script:
- grunt test:unit
- grunt test:acceptance
services:
- mongodb