Skip to content

Commit

Permalink
Travis config doesn't work with Pg 9.5 either, use 9.4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 6, 2017
1 parent 87fe0eb commit 5efcb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
script: python setup.py test

addons:
postgresql: "9.5"
postgresql: "9.4"

services:
- postgresql
Expand Down

0 comments on commit 5efcb0c

Please sign in to comment.