From e0f854d88ffdd3e8e2ac56b05aa1e8803e4238a5 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 6 Jun 2020 19:10:17 +0200 Subject: [PATCH] fix(ci): try new install --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a80c20f..de1b1eb 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. -install: +script: - > cd /tmp && \ curl -fsSLO https://github.com/libvips/libvips/releases/download/v${LIBVIPS}/vips-${LIBVIPS}.tar.gz && \ @@ -134,8 +134,7 @@ install: # - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/libvips/lib/pkgconfig # - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/libvips/lib # - vips --vips-version - -script: + # script: - diff -u <(echo -n) <(gofmt -s -d ./) - diff -u <(echo -n) <(go vet ./) - diff -u <(echo -n) <(golint ./)