👷 Travis use make

This commit is contained in:
makeworld 2020-09-02 12:56:47 -04:00
parent 7a1b9e2364
commit ad93170b6c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ go:
script:
- go test -race ./...
- go build
- make
env:
GO111MODULE=on