Remove acceptance test from travis

This commit is contained in:
James Allen 2014-08-15 11:06:31 +01:00
parent 9da118c809
commit 48c5f66af3

View file

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