mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +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
|