File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - LIBVIPS=8.3.3
1717 - LIBVIPS=8.4.6
1818 - LIBVIPS=8.5.8
19- - LIBVIPS=8.6.0-alpha1
19+ - LIBVIPS=8.6.0-alpha4
2020 - LIBVIPS=master
2121
2222matrix :
2323 allow_failures :
2424 - env : LIBVIPS=7.42.3
2525 - env : LIBVIPS=8.2.3
2626 - env : LIBVIPS=8.3.3
27- - env : LIBVIPS=8.6.0-alpha1
27+ - env : LIBVIPS=8.6.0-alpha4
2828
2929cache :
3030 apt :
@@ -56,10 +56,10 @@ before_install:
5656 || echo ":-)"
5757 - >
5858 test "$LIBVIPS" != "master" -a "$LIBVIPS" \> "8.4" \
59- && wget https://github.com/jcupitt/libvips/releases/download/ v${LIBVIPS}/vips-${LIBVIPS/-alpha*/ }.tar.gz -O vips.tgz \
59+ && wget https://github.com/jcupitt/libvips/archive/ v${LIBVIPS}.tar.gz -O vips.tgz \
6060 || echo ":-)"
6161 - >
62- test $LIBVIPS == "master"\
62+ test $LIBVIPS == "master" \
6363 && wget https://github.com/jcupitt/libvips/archive/${LIBVIPS}.tar.gz -O vips.tgz \
6464 || echo ":-)"
6565 - mkdir libvips
You can’t perform that action at this time.
0 commit comments