feat(travis): add GO 1.5

This commit is contained in:
Tomas Aparicio 2016-01-30 16:34:24 +00:00
parent 50b525b517
commit a7706b6033
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
language: go
go:
- 1.5
- 1.4
- 1.3
- release

View file

@ -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!")