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