mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
travis: Add ppa and install libvips-dev
This commit is contained in:
parent
cad1f03f29
commit
484de5958b
|
|
@ -8,6 +8,11 @@ sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ppa:dhor/myway
|
||||||
|
packages:
|
||||||
|
- libvips-dev
|
||||||
postgresql: "9.5"
|
postgresql: "9.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue