pkgr changes

This commit is contained in:
André Bauer 2016-10-25 12:56:52 +02:00
parent f99d8b10ee
commit f273634cb3

View file

@ -13,7 +13,7 @@ targets:
- postgresql - postgresql
- postgresql-server - postgresql-server
- postgresql-devel - postgresql-devel
debian-7: debian-8:
dependencies: dependencies:
- nginx - nginx
- postgresql - postgresql
@ -21,6 +21,7 @@ targets:
dependencies: dependencies:
- nginx - nginx
- postgresql - postgresql
before: before:
- uname -a - uname -a
- ruby -v - ruby -v
@ -37,3 +38,7 @@ env:
services: services:
- postgres - postgres
after:
- zammad scale web=1 websocket=1 worker=1