Skip to content

Commit

Permalink
Revert "chore: test postgres 11 on travis"
Browse files Browse the repository at this point in the history
This reverts commit 0e8db92.
  • Loading branch information
ivaosthu committed Oct 2, 2019
1 parent b8b8715 commit a7d1ee2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ notifications:
slack:
secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q=
addons:
postgresql: '11'
postgresql: '10'
apt:
packages:
- postgresql-10
- postgresql-client-10
cache:
yarn: true
deploy:
Expand Down

0 comments on commit a7d1ee2

Please sign in to comment.