status-go/vendor/github.com/jackpal/gateway/.travis.yml

14 lines
161 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
go:
- 1.6.2
- tip
allowed_failures:
- go: tip
install:
- go get -d -v ./... && go install -race -v ./...
script: go test -race -v ./...