Travis: Drop support for postgres 9.4
postgres 9.4 doesn't support ON CONFLICT, which is required in our implementation.
This commit is contained in:
parent
23ccd9b53b
commit
870e812376
@ -31,11 +31,6 @@ notifications:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- rpm
|
|
||||||
postgresql: 9.4
|
|
||||||
- addons:
|
- addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user