Skip to content

Commit

Permalink
chore(ci): downgrade postgres to 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Mukuthu committed Nov 23, 2018
1 parent 6c35635 commit 43f6865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- postgresql

addons:
postgresql: "10.4"
postgresql: "9.6"

node_js:
- "6" # unexpected-fs does not support node >= 8
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:10.4
image: postgres:9.6
container_name: unexpected-knex

unexpected-knex:
Expand Down

0 comments on commit 43f6865

Please sign in to comment.