From 537b7e03a9742eed83045e5e6e408698e3517e6d Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 6 Jun 2020 18:55:04 +0200 Subject: [PATCH] fix(ci): add curl package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 155f155..a80c20f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ addons: - libffi-dev # VIPS 8.3.3 requires Poppler 0.30 which is not released on Trusty. -before_install: +install: - > cd /tmp && \ curl -fsSLO https://github.com/libvips/libvips/releases/download/v${LIBVIPS}/vips-${LIBVIPS}.tar.gz && \