From 54e0ef203fe78b5dc595c33adf6a9bbea2e07ef9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 1 Mar 2016 10:43:13 +0000 Subject: [PATCH] Add dump-restore testing for Travis See #3444 Runs dump-restore tests for both scripts and extension. git-svn-id: http://svn.osgeo.org/postgis/trunk@14726 b70326c6-7e19-0410-871a-916f4a2858ee --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b6952c390..c432742a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,10 @@ script: - ./configure - make - make check + - make check RUNTESTFLAGS='--dumprestore' - sudo make install - make installcheck + - make installcheck RUNTESTFLAGS='--dumprestore' notifications: email: false -- 2.50.0