mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 09:55:56 -07:00
feat(version): bump patch
This commit is contained in:
parent
5a9d7f21d9
commit
2e5ad6edbe
3 changed files with 8 additions and 7 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -4,10 +4,10 @@ dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.8"
|
|
||||||
- "1.9"
|
|
||||||
- "1.10"
|
- "1.10"
|
||||||
- "1.11"
|
- "1.11"
|
||||||
|
- "1.12"
|
||||||
|
- "1.13"
|
||||||
- "tip"
|
- "tip"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
@ -17,7 +17,8 @@ env:
|
||||||
- LIBVIPS=8.4.6
|
- LIBVIPS=8.4.6
|
||||||
- LIBVIPS=8.5.8
|
- LIBVIPS=8.5.8
|
||||||
- LIBVIPS=8.6.2
|
- LIBVIPS=8.6.2
|
||||||
- LIBVIPS=8.8.0
|
- LIBVIPS=8.8.4
|
||||||
|
- LIBVIPS=8.9.1
|
||||||
- LIBVIPS=master
|
- LIBVIPS=master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -56,11 +57,11 @@ before_install:
|
||||||
|| echo ":-)"
|
|| echo ":-)"
|
||||||
- >
|
- >
|
||||||
test "$LIBVIPS" != "master" -a "$LIBVIPS" \> "8.4" \
|
test "$LIBVIPS" != "master" -a "$LIBVIPS" \> "8.4" \
|
||||||
&& wget https://github.com/jcupitt/libvips/archive/v${LIBVIPS}.tar.gz -O vips.tgz \
|
&& wget https://github.com/libvips/libvips/archive/v${LIBVIPS}.tar.gz -O vips.tgz \
|
||||||
|| echo ":-)"
|
|| echo ":-)"
|
||||||
- >
|
- >
|
||||||
test $LIBVIPS == "master" \
|
test $LIBVIPS == "master" \
|
||||||
&& wget https://github.com/jcupitt/libvips/archive/${LIBVIPS}.tar.gz -O vips.tgz \
|
&& wget https://github.com/libvips/libvips/archive/${LIBVIPS}.tar.gz -O vips.tgz \
|
||||||
|| echo ":-)"
|
|| echo ":-)"
|
||||||
- mkdir libvips
|
- mkdir libvips
|
||||||
- tar xf vips.tgz -C libvips --strip-components 1
|
- tar xf vips.tgz -C libvips --strip-components 1
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ If you're using `gopkg.in`, you can still rely in the `v0` without worrying abou
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- [libvips](https://github.com/jcupitt/libvips) 7.42+ or 8+ (8.4+ recommended)
|
- [libvips](https://github.com/libvips/libvips) 7.42+ or 8+ (8.4+ recommended)
|
||||||
- C compatible compiler such as gcc 4.6+ or clang 3.0+
|
- C compatible compiler such as gcc 4.6+ or clang 3.0+
|
||||||
- Go 1.3+
|
- Go 1.3+
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package bimg
|
package bimg
|
||||||
|
|
||||||
// Version represents the current package semantic version.
|
// Version represents the current package semantic version.
|
||||||
const Version = "1.0.18"
|
const Version = "1.0.20"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue