diff --git a/.travis.yml b/.travis.yml index aa82785..7bd7e9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: go go: + - 1.5 - 1.4 - 1.3 - release diff --git a/vips.go b/vips.go index a2555d4..989b864 100644 --- a/vips.go +++ b/vips.go @@ -65,7 +65,7 @@ func init() { } // 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() { if C.VIPS_MAJOR_VERSION <= 7 && C.VIPS_MINOR_VERSION < 40 { panic("unsupported libvips version!")