16 lines
142 B
YAML
16 lines
142 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install:
|
|
- go get github.com/tools/godep
|
|
|
|
script:
|
|
- make test testrace
|