Skip to content

Commit b35675c

Browse files
authored
Merge pull request #191 from greut/alpha4
Update 8.6 to alpha4.
2 parents 36263ae + 244fc2e commit b35675c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ env:
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

2222
matrix:
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

2929
cache:
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

0 commit comments

Comments
 (0)