From 1ef704fdf598d1ff819a065b3ec623378449feab Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 4 May 2015 11:18:26 +0000 Subject: [PATCH] Add installcheck step to travis build git-svn-id: http://svn.osgeo.org/postgis/trunk@13481 b70326c6-7e19-0410-871a-916f4a2858ee --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ffa6fd8a..1b6d6b35a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,13 @@ language: c compiler: gcc +script: + - ./configure + - make + - make check + - sudo make install + - make installcheck + notifications: email: false irc: -- 2.50.1