mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08: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
|
||||
|
||||
go:
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
- "1.12"
|
||||
- "1.13"
|
||||
- "tip"
|
||||
|
||||
env:
|
||||
|
|
@ -17,7 +17,8 @@ env:
|
|||
- LIBVIPS=8.4.6
|
||||
- LIBVIPS=8.5.8
|
||||
- LIBVIPS=8.6.2
|
||||
- LIBVIPS=8.8.0
|
||||
- LIBVIPS=8.8.4
|
||||
- LIBVIPS=8.9.1
|
||||
- LIBVIPS=master
|
||||
|
||||
matrix:
|
||||
|
|
@ -56,11 +57,11 @@ before_install:
|
|||
|| echo ":-)"
|
||||
- >
|
||||
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 ":-)"
|
||||
- >
|
||||
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 ":-)"
|
||||
- mkdir libvips
|
||||
- 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
|
||||
|
||||
- [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+
|
||||
- Go 1.3+
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package bimg
|
||||
|
||||
// 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