From 23f3da79a822938b308480e190972e41323adda9 Mon Sep 17 00:00:00 2001 From: Frank Braun Date: Tue, 2 Feb 2016 23:47:42 +0000 Subject: [PATCH] switch test setup to gocheck --- .travis.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45edd67..01609e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index fc51423..6d1ebf5 100644 --- a/README.md +++ b/README.md @@ -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