From 150de8a5de18e711e028fe932042dc5922aa5ee5 Mon Sep 17 00:00:00 2001 From: Marcin Kaciuba Date: Thu, 10 Jan 2019 17:28:38 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eefc3a8..c57475d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,12 @@ addons: - libbrotli-dev - gtk-doc -script: +addons: + apt: + update: true + +before_install: + - sudo apt-get install libbrotli-dev gtk-doc-tools -y - wget https://github.com/libvips/libvips/archive/v$LIBVIPS.zip - unzip v$LIBVIPS - cd libvips-$LIBVIPS @@ -51,7 +56,8 @@ script: - make - sudo make install - sudo ldconfig - + +script: - cd - - sudo curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 && sudo chmod +x /usr/local/bin/dep - dep ensure -vendor-only