From: Sandro Santilli Date: Thu, 17 Oct 2019 15:16:46 +0000 (+0000) Subject: [travis] Do not use parallel builds, 2.5 is not ready X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b684d6136d375750d0cca16f080f1026b09819;p=postgis [travis] Do not use parallel builds, 2.5 is not ready See https://travis-ci.org/postgis/postgis/jobs/599189239#L2554 git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17944 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.travis.yml b/.travis.yml index 8ba4e0dba..63f477103 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ cache: script: - ./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" $CONFIGURE_FLAGS || cat config.log - - make -j + - make - chmod 755 /home/travis - logbt -- make check "RUNTESTFLAGS=--verbose" - logbt -- make check "RUNTESTFLAGS='--dumprestore --verbose'"