mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
b2d8f7f416
plus get bookmark icon using a lib
20 lines
210 B
YAML
20 lines
210 B
YAML
language: go
|
|
go_import_path: github.com/golang/groupcache
|
|
|
|
os: linux
|
|
dist: trusty
|
|
sudo: false
|
|
|
|
script:
|
|
- go test ./...
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- master
|
|
|
|
cache:
|
|
directories:
|
|
- $GOPATH/pkg
|