forked from mirror/go-sqlcipher
Test with libsqlite3
This commit is contained in:
parent
3ebb821e65
commit
c8316feaa3
|
@ -1,8 +1,11 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
- tip
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
|
||||
- $HOME/gopath/bin/goveralls
|
||||
- go test -v . -tags "libsqlite3"
|
||||
|
|
Loading…
Reference in New Issue