travis: Another ppa and install libvips-dev attempt

This commit is contained in:
Robert Swain 2017-06-03 11:33:08 +02:00
parent 484de5958b
commit 98a7d67b28

View file

@ -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