travis: enable testing under go 1.3
This commit is contained in:
parent
18a65f7dac
commit
b1e88284ca
@ -1,8 +1,10 @@
|
||||
language: go
|
||||
go: 1.2
|
||||
go:
|
||||
- 1.3
|
||||
- 1.2
|
||||
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
|
||||
script:
|
||||
- ./test
|
||||
- ./test
|
||||
|
Loading…
Reference in New Issue
Block a user