Add go1.2 to .travis.yml

This commit is contained in:
Dmitry Chestnykh 2013-12-23 09:21:49 +01:00
parent aa75fb5575
commit bc4af7603a

View File

@ -3,4 +3,5 @@ language: go
go: go:
- 1.0 - 1.0
- 1.1 - 1.1
- 1.2
- tip - tip