mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-02-25 14:03:09 -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
|
dist: trusty
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ppa:dhor/myway
|
|
||||||
packages:
|
|
||||||
- libvips-dev
|
|
||||||
postgresql: "9.5"
|
postgresql: "9.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository ppa:dhor/myway -y
|
||||||
|
- sudo apt-get update -q
|
||||||
|
- sudo apt-get install libvips-dev -y
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/constabulary/gb/...
|
- go get github.com/constabulary/gb/...
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue