mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
8 lines
180 B
YAML
8 lines
180 B
YAML
language: go
|
|
go: 1.12
|
|
before_install:
|
|
- go get github.com/frankbraun/gocheck
|
|
- go get -t github.com/mutecomm/go-sqlcipher
|
|
script:
|
|
- gocheck -g -c -e _example -e sqlite3_test
|