Remove support for go 1.2 now that go 1.5 is out

This commit is contained in:
Nick Craig-Wood 2015-08-29 18:58:48 +01:00
parent 0168f55f3e
commit f72575e75f

View File

@ -2,10 +2,9 @@ language: go
sudo: false
go:
- 1.2.2
- 1.3.3
- 1.4
- tip
- 1.4.2
- 1.5
script:
- go get ./...