global env doesn't seem to work with Drone
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@15388
b70326c6-7e19-0410-871a-
916f4a2858ee
# See http://readme.drone.io/0.5/usage/overview
-env:
- global:
- - RUNTESTFLAGS=-v
-
# See https://git.osgeo.org/gogs/postgis/postgis-docker
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel
image: *test-image
commands:
- service postgresql start
- - make check
+ - make check RUNTESTFLAGS=-v
- make install
- utils/check_all_upgrades.sh 2.4.0dev