Author: cito Date: Fri Mar 18 08:59:53 2016 New Revision: 858 Log: Bump PostgreSQL version in Travis config
Seems Travis doesn't support Pg 9.1 any more for testing 4.x, but hopefully it supports Pg 9.5 for testing the trunk. Modified: branches/4.x/.travis.yml trunk/.travis.yml Modified: branches/4.x/.travis.yml ============================================================================== --- branches/4.x/.travis.yml Fri Mar 18 08:22:21 2016 (r857) +++ branches/4.x/.travis.yml Fri Mar 18 08:59:53 2016 (r858) @@ -15,7 +15,7 @@ script: python setup.py test addons: - postgresql: "9.1" + postgresql: "9.2" services: - postgresql Modified: trunk/.travis.yml ============================================================================== --- trunk/.travis.yml Fri Mar 18 08:22:21 2016 (r857) +++ trunk/.travis.yml Fri Mar 18 08:59:53 2016 (r858) @@ -17,7 +17,7 @@ script: python setup.py test addons: - postgresql: "9.4" + postgresql: "9.5" services: - postgresql _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
