mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
14 lines
245 B
YAML
14 lines
245 B
YAML
language: go
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
|
|
install:
|
|
- go get github.com/prometheus/client_golang/prometheus
|
|
- go get google.golang.org/grpc
|
|
- go get golang.org/x/net/context
|
|
- go get github.com/stretchr/testify
|
|
|
|
script:
|
|
- go test -race -v ./...
|