Skip to content

Commit

Permalink
Travis: Drop support for postgres 9.4
Browse files Browse the repository at this point in the history
postgres 9.4 doesn't support ON CONFLICT, which is required in our
implementation.
  • Loading branch information
KeyboardNerd committed Feb 19, 2019
1 parent 23ccd9b commit 870e812
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ notifications:

matrix:
include:
- addons:
apt:
packages:
- rpm
postgresql: 9.4
- addons:
apt:
packages:
Expand Down

0 comments on commit 870e812

Please sign in to comment.