mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
17 lines
153 B
YAML
17 lines
153 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7.1
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
script:
|
|
- make ci
|
|
|
|
cache:
|
|
directories:
|
|
- .ethereumtest
|