Commit 5dada2d4 authored by gwenn's avatar gwenn

Add tests coverage to travis build.

parent 91213330
language: go
go:
- 1.2
- tip
before_install:
- echo "yes" | sudo add-apt-repository ppa:travis-ci/sqlite3
......@@ -7,6 +8,7 @@ before_install:
- sudo apt-get install -qq libsqlite3-dev
before_script:
- go get github.com/bmizerany/assert
- go get code.google.com/p/go.tools/cmd/cover
- go get -tags all github.com/gwenn/gosqlite
script:
- go test -tags all ./...
\ No newline at end of file
- go test -tags all -cover ./...
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment