]> granicus.if.org Git - postgis/commitdiff
[travis] Do not use parallel builds, 2.5 is not ready
authorSandro Santilli <strk@kbt.io>
Thu, 17 Oct 2019 15:16:46 +0000 (15:16 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 17 Oct 2019 15:16:46 +0000 (15:16 +0000)
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

.travis.yml

index 8ba4e0dbacd4ce7bb85648d3961453484d85dc9a..63f4771033bab0baedef87b63336851c6d8c2cdc 100644 (file)
@@ -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'"