switch test setup to gocheck

This commit is contained in:
Frank Braun 2016-02-02 23:47:42 +00:00
parent b71d753b66
commit 23f3da79a8
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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