install ghostscript on travis

closes #8049
This commit is contained in:
Jonne Haß 2019-08-30 15:28:14 +02:00
parent 6937fa13e5
commit ba16185b8e
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,9 @@ cache:
addons:
apt:
packages: libidn11-dev
packages:
- libidn11-dev
- ghostscript
services:
- postgresql

View file

@ -3,6 +3,7 @@
## Refactor
## Bug fixes
* Fix error while trying to fetch some sites with invalid OpenGraph data [#8049](https://github.com/diaspora/diaspora/pull/8049)
## Features
* Add cronjob to cleanup pending photos which were never posted [#8041](https://github.com/diaspora/diaspora/pull/8041)