status-go/vendor/github.com/mutecomm/go-sqlcipher/.travis.yml

8 lines
180 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
go: 1.12
2019-06-09 07:24:20 +00:00
before_install:
- go get github.com/frankbraun/gocheck
- go get -t github.com/mutecomm/go-sqlcipher
2019-06-09 07:24:20 +00:00
script:
- gocheck -g -c -e _example -e sqlite3_test