Skip to content

Commit

Permalink
Try to fix Travis CI Postgres failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Jun 30, 2018
1 parent 42056f5 commit c4fe613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ branches:
dist: xenial
sudo: required
language: python
services:
- postgresql
addons:
postgresql: 9.4
postgresql: "9.5"
chrome: stable
apt:
packages:
Expand Down

0 comments on commit c4fe613

Please sign in to comment.