Drop support for Go 1.0 and 1.1.

Add Travis testing on 1.4.
This commit is contained in:
Dmitry Chestnykh 2015-01-21 09:48:39 +01:00
parent dc985c3409
commit 131ec1e531
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
language: go
go:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- tip

View File

@ -78,5 +78,4 @@ func NewLenChars(length int, chars []byte) string {
}
}
}
panic("unreachable")
}