Test with libsqlite3

This commit is contained in:
Zbigniew Mandziejewicz 2016-04-22 20:45:49 +08:00
parent 3ebb821e65
commit c8316feaa3
1 changed files with 4 additions and 1 deletions

View File

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