mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 07:07:24 +00:00
19 lines
165 B
YAML
19 lines
165 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8
|
|
|
|
sudo: false
|
|
|
|
dist: trusty
|
|
|
|
install:
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
script:
|
|
- make ci
|
|
|
|
cache:
|
|
directories:
|
|
- .ethereumtest
|