[postgis-tickets] r17944 - [travis] Do not use parallel builds, 2.5 is not ready
Sandro Santilli
strk at kbt.io
Thu Oct 17 08:16:46 PDT 2019
Author: strk
Date: 2019-10-17 08:16:46 -0700 (Thu, 17 Oct 2019)
New Revision: 17944
Modified:
branches/2.5/.travis.yml
Log:
[travis] Do not use parallel builds, 2.5 is not ready
See https://travis-ci.org/postgis/postgis/jobs/599189239#L2554
Modified: branches/2.5/.travis.yml
===================================================================
--- branches/2.5/.travis.yml 2019-10-17 14:50:00 UTC (rev 17943)
+++ branches/2.5/.travis.yml 2019-10-17 15:16:46 UTC (rev 17944)
@@ -50,7 +50,7 @@
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'"
More information about the postgis-tickets
mailing list