Merge remote-tracking branch 'upstream/pull/2473'

This commit is contained in:
Tom Hughes 2019-12-30 21:17:58 +00:00
commit dcd5559070
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
dist: xenial
dist: bionic
language: ruby
rvm:
- 2.5.3
@ -9,6 +9,9 @@ addons:
apt:
packages:
- libarchive-dev
- libgd-dev
- libffi-dev
- libbz2-dev
services:
- memcached
before_script:

View file

@ -4,6 +4,7 @@ SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;