Travis: Drop support for postgres 9.4

postgres 9.4 doesn't support ON CONFLICT, which is required in our
implementation.
master
Sida Chen 5 years ago
parent 23ccd9b53b
commit 870e812376

@ -31,11 +31,6 @@ notifications:
matrix:
include:
- addons:
apt:
packages:
- rpm
postgresql: 9.4
- addons:
apt:
packages:

Loading…
Cancel
Save