Skip to content

Commit

Permalink
Fix build issues with PostgreSQL and ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Oct 3, 2020
1 parent 14c8650 commit 0cbea95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:

before_script:
- psql -c 'create database carrierwave_test;' -U postgres
- sudo sh -c 'echo '\''<policymap><policy domain="coder" rights="read|write" pattern="PDF" /></policymap>'\'' > /etc/ImageMagick-6/policy.xml'

matrix:
include:
Expand Down Expand Up @@ -83,7 +84,7 @@ notifications:
secure: Npzanyv/LXLIRlrNs8iTUbZNRhXlP+K2ZpjZoS2UKkr09jYyP1qdf5a//R3Lu7Yat7g2b4qTJGbaZBEMUQSVaJ6UX6quiBJjVWxjxjQ4Ugk8k/yOIAcGEGYPfS6YzRXemRwo9j4uy76cmwlv8cwEuYTSTBRK4XrdYHslX6pKSXM=

addons:
postgresql: "9.3"
postgresql: "9.6"
apt:
packages:
- ghostscript

0 comments on commit 0cbea95

Please sign in to comment.