Commit Graph

45 Commits

Author SHA1 Message Date
Raul Marin
21c319eb9a Add postgis 3 build 2019-10-23 17:24:41 +02:00
Raul Marin
8245156038 Use distribution package for python redis 2019-10-22 20:06:20 +02:00
Raul Marin
9248ce76bd Update pip3 2019-10-22 19:48:00 +02:00
Raul Marin
cb019ff194 Install python3 for PG12 run 2019-10-22 19:35:26 +02:00
Raul Marin
1a99151d0e Install pip and pip3 2019-10-22 18:23:27 +02:00
Raul Marin
ccbaf785cf Updates 2019-10-22 16:00:29 +02:00
Raul Marin
aed88fd958 Force all PG12 to use plpython3u 2019-10-22 15:29:45 +02:00
Raul Marin
3b4669df11 Try hacking plpythonu -> plpython3u 2019-10-22 14:24:20 +02:00
Raul Marin
9f904b5926 plpython2 is dead, long live plpython 2019-10-22 14:10:14 +02:00
Raul Marin
4802501387 Travis: Test against PG12 2019-10-22 11:59:42 +02:00
Rafa de la Torre
1189d70b2a Request host auth to use password
This is required for non superusers to use FDW's. See
https://www.postgresql.org/docs/11/postgres-fdw.html#id-1.11.7.42.10
2019-07-15 14:52:39 +02:00
Raul Marin
57ac26cbe7 Travis: Add PG 9.6 to the test matrix 2019-05-31 16:26:07 +02:00
Raul Marin
52aab9d564 Raise minimum requirement to Postgis 9.6 2019-05-31 15:37:15 +02:00
Gonzalo Riestra
cc1df0a708 use redis module version from carto 2019-03-08 13:01:56 +01:00
Gonzalo Riestra
d1ee383d9b add redis module for python to travis 2019-03-08 12:50:51 +01:00
Raul Marin
9a3ac908a9 Test with PG11 2019-01-02 19:01:30 +01:00
Raul Marin
c0a7714f33 Travis: Test with Postgresql 9.5 and 10, and Postgis 2.4 2018-09-04 17:25:03 +02:00
Raul Marin
386eccdda2 Travis: Set dist as Ubuntu Precise 2017-10-24 15:12:24 +02:00
Rafa de la Torre
c379946c95 Update dependencies of travis script #305 2017-06-30 12:52:26 +02:00
Javier Goizueta
68a0752849 Use PG 9.5 for travis tests; fix tests 2017-04-10 15:58:49 +02:00
Alejandro Martínez
045ede6908 Remove schema_triggers from travis.yml 2015-12-29 10:43:37 +01:00
Kartones
f9ec3c46ee Merge branch 'master' into CDB-3497
Conflicts:
	Makefile
	NEWS
2014-07-29 14:16:52 +02:00
Raul Ochoa
a9005dc93c Updates apt-get so it can pick up latest postgres packages 2014-07-28 15:49:43 +02:00
Kartones
de2d3f818e CDB-3497 Updating travis.yml to make it work with newer PG version 2014-07-25 10:56:54 +02:00
Sandro Santilli
91bec69a68 Have travis specify "postgres" as the testsuite running user 2014-06-18 11:54:28 +02:00
Sandro Santilli
1f7b8db532 [Travis] install postgresql-plpython-9.3 package, now needed 2014-06-05 15:06:14 +02:00
Sandro Santilli
0f67b31272 [Travis] Drop env grepping (interrupts the build on no-match)
... anyway I only wanted to know if there was any env (there's none)
2014-05-08 12:58:05 +02:00
Sandro Santilli
31e3109784 [Travis] Set client_min_messages=NOTICE as expected by tests 2014-05-08 12:54:22 +02:00
Sandro Santilli
fac0fc81de [Travis] Load schema_triggers.so as shared, not local preload
Doing so should load the library from where is installed by
pg_schema_trigger package
2014-05-08 12:44:24 +02:00
Sandro Santilli
7b7891b390 [Travis] It takes root perms to edit postgresql.conf 2014-05-08 12:32:06 +02:00
Sandro Santilli
46d902df66 [Travis] Configure PostgreSQL to preload schema_triggers.so 2014-05-08 12:22:13 +02:00
Sandro Santilli
fcd80d89cd Don't forget to install the extension prior to installcheck 2014-05-08 12:02:38 +02:00
Sandro Santilli
0fba58e612 [TRAVIS] PostgreSQL server dev package still needed
... postgis instead should be available by default, according to
http://docs.travis-ci.com/user/using-postgresql/#Using-PostGIS
2014-05-08 11:54:39 +02:00
Sandro Santilli
f79462952b Try postgresql installation the travis way (using addons)
See http://blog.travis-ci.com/2013-11-29-postgresql-92-93-now-available/
2014-05-08 11:52:02 +02:00
Sandro Santilli
f6f68f616b [Travis] Search for postgresql 9.3 packages 2014-05-08 11:43:23 +02:00
Sandro Santilli
37048b5bd4 Tag language as C, show linux standard base release info 2014-05-08 11:38:29 +02:00
Sandro Santilli
cf445c92a7 Explicitly install postgresql-9.3 and postgresql-9.3-client 2014-05-08 11:37:14 +02:00
Sandro Santilli
6b49db5a63 Purge PostgreSQL 9.1 and 9.2
They make testing more problematic.
There's likely a better way but we don't support 9.1 and 9.2 anyway
2014-05-08 10:51:54 +02:00
Sandro Santilli
160ea9a3cb Do not take failures as successes due to "diff" command succeeding
Also check which versions of postgresql are installed, to drop 9.1
2014-05-08 10:41:37 +02:00
Sandro Santilli
1460f3b0a8 It's regression.diffs (ending 's') to look at... 2014-05-08 10:37:22 +02:00
Sandro Santilli
e1300dc4a6 Get out of schema_trigger dir after install, show regress diff on failure 2014-05-08 10:28:01 +02:00
Sandro Santilli
ac40db6c10 Attempt to fix yaml format 2014-05-08 10:25:40 +02:00
Sandro Santilli
aeca4db9b8 Instruct travis to install schema_triggers 2014-05-08 10:22:59 +02:00
Sandro Santilli
6119006287 Travis: install postgresql server
NOTE: it cannot work until "schema_triggers" can be installed, we
      might need to use a fork...
2014-05-06 10:28:06 +02:00
Sandro Santilli
00dc8dcd51 Temptative travis script 2014-05-06 10:21:27 +02:00