mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Vendor dependencies (#3)
This commit is contained in:
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
13
vendor/github.com/mattn/go-sqlite3/.travis.yml
generated
vendored
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue