From ba16185b8e6062346a0bf54975929632ed4c667d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 30 Aug 2019 15:28:14 +0200 Subject: [PATCH] install ghostscript on travis closes #8049 --- .travis.yml | 4 +++- Changelog.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22e924937..e32431bdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,9 @@ cache: addons: apt: - packages: libidn11-dev + packages: + - libidn11-dev + - ghostscript services: - postgresql diff --git a/Changelog.md b/Changelog.md index 1f18982b5..8b37f409b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)