Skip to content

Commit

Permalink
setup postgres for travis via addons for same client and server version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bukhman committed Jun 5, 2023
1 parent ac8f170 commit 0118aa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
services:
- redis
- postgresql
- docker
addons:
postgresql: "12"
apt:
packages:
- postgresql-12
- postgresql-client-12
language: python
dist: focal
jobs:
Expand Down

0 comments on commit 0118aa6

Please sign in to comment.