From: Sandro Santilli Date: Mon, 4 May 2015 11:18:26 +0000 (+0000) Subject: Add installcheck step to travis build X-Git-Tag: 2.2.0rc1~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ef704fdf598d1ff819a065b3ec623378449feab;p=postgis Add installcheck step to travis build git-svn-id: http://svn.osgeo.org/postgis/trunk@13481 b70326c6-7e19-0410-871a-916f4a2858ee --- 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: