2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-23 21:19:48 +00:00

11 lines
193 B
YAML

language: go
go:
- 1.7
- 1.x
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci