clair/vendor/github.com/mattn/go-sqlite3/.travis.yml

14 lines
283 B
YAML
Raw Normal View History

2016-01-27 22:08:08 +00:00
language: go
2016-06-07 15:28:01 +00:00
sudo: required
dist: trusty
2016-01-27 22:08:08 +00:00
go:
2016-06-07 15:28:01 +00:00
- 1.5
- 1.6
2016-01-27 22:08:08 +00:00
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
2016-06-07 15:28:01 +00:00
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
- go test -v . -tags "libsqlite3"