[postgis-tickets] r14726 - Add dump-restore testing for Travis

Sandro Santilli strk at keybit.net
Tue Mar 1 02:43:13 PST 2016


Author: strk
Date: 2016-03-01 02:43:13 -0800 (Tue, 01 Mar 2016)
New Revision: 14726

Modified:
   trunk/.travis.yml
Log:
Add dump-restore testing for Travis

See #3444

Runs dump-restore tests for both scripts and extension.

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2016-03-01 08:36:24 UTC (rev 14725)
+++ trunk/.travis.yml	2016-03-01 10:43:13 UTC (rev 14726)
@@ -23,8 +23,10 @@
   - ./configure
   - make
   - make check
+  - make check RUNTESTFLAGS='--dumprestore'
   - sudo make install
   - make installcheck
+  - make installcheck RUNTESTFLAGS='--dumprestore'
 
 notifications:
   email: false



More information about the postgis-tickets mailing list