Skip to content

Commit

Permalink
use postgresql add-on instead of apt maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Mar 16, 2016
1 parent 48d2b7f commit 979bff5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ python:
- "pypy3"

addons:
apt:
packages:
# Need to update the installed version of PostgreSQL, because it doesn't
# implement all of the network operators (specifically the && operator).
- postgresql-9.4

services:
- postgresql
postgresql: "9.4"
# apt:
# packages:
# # Need to update the installed version of PostgreSQL, because it doesn't
# # implement all of the network operators (specifically the && operator).
# - postgresql-9.4


before_install:
Expand Down

0 comments on commit 979bff5

Please sign in to comment.