mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 02:15:54 -07:00
feat(travis): add GO 1.5
This commit is contained in:
parent
50b525b517
commit
a7706b6033
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
|
- 1.5
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.3
|
- 1.3
|
||||||
- release
|
- release
|
||||||
|
|
|
||||||
2
vips.go
2
vips.go
|
|
@ -65,7 +65,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Explicit thread-safe start of libvips.
|
// Explicit thread-safe start of libvips.
|
||||||
// Only call this function if you've previously shutdown libvips
|
// Only call this function if you previously shutdown libvips
|
||||||
func Initialize() {
|
func Initialize() {
|
||||||
if C.VIPS_MAJOR_VERSION <= 7 && C.VIPS_MINOR_VERSION < 40 {
|
if C.VIPS_MAJOR_VERSION <= 7 && C.VIPS_MINOR_VERSION < 40 {
|
||||||
panic("unsupported libvips version!")
|
panic("unsupported libvips version!")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue