mirror of
https://github.com/status-im/status-go.git
synced 2025-02-24 12:48:46 +00:00
7 lines
132 B
YAML
7 lines
132 B
YAML
language: go
|
|
go: 1.8
|
|
before_install:
|
|
- go get github.com/frankbraun/gocheck
|
|
script:
|
|
- gocheck -g -c -e _example -e sqlite3_test
|