Skip to content

Commit bf3a132

Browse files
committed
Fix travis install
1 parent 359d514 commit bf3a132

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@ go:
1313
- tip
1414

1515
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
16+
- go get -u -v -t github.com/aacanakin/qb
2517

2618
script:
2719
- go test -v -covermode=count -coverprofile=coverage.out

0 commit comments

Comments
 (0)