add go mod build on ci

This commit is contained in:
Lunny Xiao 2019-01-24 15:06:09 +08:00
parent b6b274ae05
commit e2292d7adb
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ jobs:
- run: go get -t -d -v ./...
- run: go get -u github.com/go-xorm/core
- run: go get -u github.com/go-xorm/builder
- run: go build -v
- run: GO111MODULE=off go build -v
- run: GO111MODULE=on go build -v
- run: go get -u github.com/wadey/gocovmerge