switch test setup to gocheck
This commit is contained in:
parent
b71d753b66
commit
23f3da79a8
|
@ -1,3 +1,6 @@
|
|||
language: go
|
||||
go: 1.5
|
||||
script: go test -cover .
|
||||
before_install:
|
||||
- go get github.com/frankbraun/gocheck
|
||||
script:
|
||||
- gocheck -g -c -e _example -e sqlite3_test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## go-sqlcipher [![GoDoc](https://godoc.org/github.com/mutecomm/go-sqlcipher?status.png)](http://godoc.org/github.com/mutecomm/go-sqlcipher) [![Build Status](https://travis-ci.org/mutecomm/go-sqlcipher.png)](https://travis-ci.org/mutecomm/go-sqlcipher)
|
||||
## go-sqlcipher [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/mutecomm/go-sqlcipher) [![Build Status](http://img.shields.io/travis/mutecomm/go-sqlcipher.svg?style=flat-square)](https://travis-ci.org/mutecomm/go-sqlcipher)
|
||||
|
||||
### Description
|
||||
|
||||
|
|
Loading…
Reference in New Issue