10 lines
211 B
YAML
10 lines
211 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
install:
|
|
- go get github.com/stretchr/testify
|
|
- go get github.com/stvp/go-udp-testing
|
|
- go get github.com/tobi/airbrake-go
|
|
- go get github.com/getsentry/raven-go
|