]> granicus.if.org Git - postgis/commitdiff
Add dump-restore testing for Travis
authorSandro Santilli <strk@keybit.net>
Tue, 1 Mar 2016 10:43:13 +0000 (10:43 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 1 Mar 2016 10:43:13 +0000 (10:43 +0000)
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

index b6952c39049f755413f4eb76db9a0223fdb93075..c432742a77530438e075cbc82c13778b35bd5671 100644 (file)
@@ -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