update drone

This commit is contained in:
Lunny Xiao 2019-06-20 09:19:10 +08:00
parent 09e45b5cfc
commit bd33298550
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pipeline:
- go get -u github.com/stretchr/testify/assert
- go get -u github.com/go-xorm/sqlfiddle
- go get -u github.com/go-sql-driver/mysql
- go get -u github.com/mattn/go-sqlite3
#- golint ./...
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
when: