mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
travis: Don't install libvips-dev via ppa
This commit is contained in:
parent
1aa9bab6d6
commit
08339d9682
|
|
@ -13,13 +13,6 @@ addons:
|
|||
services:
|
||||
- postgresql
|
||||
|
||||
sudo: required
|
||||
|
||||
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