From: Sandro Santilli Date: Fri, 7 Oct 2016 19:30:52 +0000 (+0000) Subject: Add upgrade step X-Git-Tag: 2.4.0alpha~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a563097154cec31e39deafc64ccefdbfb326470b;p=postgis Add upgrade step git-svn-id: http://svn.osgeo.org/postgis/trunk@15187 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.drone.yml b/.drone.yml index cb788af5b..ed3db17f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,3 +19,5 @@ pipeline: commands: - service postgresql start - make check + - make install + - utils/check_all_upgrades.sh 2.4.0dev