language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- tip
|
|
install: go get -v ./github
|
|
script: go test -v ./github
|