Merge pull request #3375 from dchen1107/cleanup

Remove go 1.2 from travis-ci
This commit is contained in:
Daniel Smith 2015-01-09 16:01:48 -08:00
commit f2b82c6c2b

View File

@ -3,7 +3,6 @@ language: go
go:
- 1.4
- 1.3
- 1.2
install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi