Vendor dependencies (#3)

This commit is contained in:
Adrian Macneil 2016-08-07 23:19:39 -07:00 committed by GitHub
parent df712a3e98
commit 31ad587414
119 changed files with 222298 additions and 3 deletions

13
vendor/github.com/mattn/go-sqlite3/.travis.yml generated vendored Normal file
View file

@ -0,0 +1,13 @@
language: go
sudo: required
dist: trusty
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
- go test -v . -tags "libsqlite3"