fix ordering of generate script

This commit is contained in:
Michael McLoughlin
2018-12-11 22:31:15 -08:00
parent c882e52510
commit 79bdb92163
2 changed files with 11 additions and 3 deletions

View File

@@ -4,5 +4,6 @@ go:
install:
- ./script/bootstrap
script:
- ./script/lint
- go build ./...
- go test ./...
- ./script/lint