travis: Don't install libvips-dev via ppa

This commit is contained in:
Robert Swain 2017-06-06 02:53:09 +02:00
parent 1aa9bab6d6
commit 08339d9682

View file

@ -13,13 +13,6 @@ addons:
services: services:
- postgresql - 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: 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