Author: cito
Date: Fri Mar 18 09:09:03 2016
New Revision: 859

Log:
Revert PostgreSQL versions in Travis config

Seems Travis still doesn't support Pg 9.5, and 9.1 should still work.

Modified:
   branches/4.x/.travis.yml
   trunk/.travis.yml

Modified: branches/4.x/.travis.yml
==============================================================================
--- branches/4.x/.travis.yml    Fri Mar 18 08:59:53 2016        (r858)
+++ branches/4.x/.travis.yml    Fri Mar 18 09:09:03 2016        (r859)
@@ -15,7 +15,7 @@
 script: python setup.py test
 
 addons:
-  postgresql: "9.2"
+  postgresql: "9.1"
 
 services:
   - postgresql

Modified: trunk/.travis.yml
==============================================================================
--- trunk/.travis.yml   Fri Mar 18 08:59:53 2016        (r858)
+++ trunk/.travis.yml   Fri Mar 18 09:09:03 2016        (r859)
@@ -17,7 +17,7 @@
 script: python setup.py test
 
 addons:
-  postgresql: "9.5"
+  postgresql: "9.4"
 
 services:
   - postgresql
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to