From 98a7d67b28e56ad425cf3b112e9da14880435d60 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Sat, 3 Jun 2017 11:33:08 +0200 Subject: [PATCH] travis: Another ppa and install libvips-dev attempt --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7cda6218..5a5142def 100644 --- a/.travis.yml +++ b/.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