We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359d514 commit bf3a132Copy full SHA for bf3a132
.travis.yml
@@ -13,15 +13,7 @@ go:
13
- tip
14
15
install:
16
- - go get -u github.com/fatih/structs
17
- - go get -u github.com/go-sql-driver/mysql
18
- - go get -u github.com/jmoiron/sqlx
19
- - go get -u github.com/lib/pq
20
- - go get -u github.com/mattn/go-sqlite3
21
- - go get -u github.com/serenize/snaker
22
- - go get -u github.com/stretchr/testify
23
- - go get golang.org/x/tools/cmd/cover
24
- - go get github.com/mattn/goveralls
+ - go get -u -v -t github.com/aacanakin/qb
25
26
script:
27
- go test -v -covermode=count -coverprofile=coverage.out
0 commit comments