mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
travis: Another ppa and install libvips-dev attempt
This commit is contained in:
parent
484de5958b
commit
98a7d67b28
10
.travis.yml
10
.travis.yml
|
|
@ -8,16 +8,16 @@ sudo: false
|
|||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ppa:dhor/myway
|
||||
packages:
|
||||
- libvips-dev
|
||||
postgresql: "9.5"
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:dhor/myway -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install libvips-dev -y
|
||||
|
||||
install:
|
||||
- go get github.com/constabulary/gb/...
|
||||
- go get github.com/golang/lint/golint
|
||||
|
|
|
|||
Loading…
Reference in a new issue