Browse Source

Use new libvips url in travis; Test compatibility with libvips 8.7

DarthSim 6 years ago
parent
commit
dd9f5fc1e3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -12,6 +12,7 @@ env:
   - VIPS_VERSION=8.4
   - VIPS_VERSION=8.5
   - VIPS_VERSION=8.6
+  - VIPS_VERSION=8.7
   - VIPS_VERSION=master
 
 matrix:
@@ -23,7 +24,7 @@ cache: apt
 install:
   - sudo apt-get -qq update
   - sudo apt-get install -y build-essential libxml2-dev libfftw3-dev gobject-introspection libglib2.0-dev libwebp-dev libgif-dev gtk-doc-tools
-  - wget https://github.com/jcupitt/libvips/archive/$VIPS_VERSION.zip
+  - wget https://github.com/libvips/libvips/archive/$VIPS_VERSION.zip
   - unzip $VIPS_VERSION.zip
   - pushd libvips-$VIPS_VERSION
   - test -f autogen.sh && ./autogen.sh || ./bootstrap.sh