Travis.ci isn't actually building the package because there's no test files; fix that.
This commit is contained in:
parent
9886dc2c16
commit
ed52f0a361
|
@ -25,3 +25,6 @@ before_install:
|
|||
- GOOS=windows GOARCH=386 go install std
|
||||
- GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime
|
||||
- GOOS=windows GOARCH=amd64 go install std
|
||||
|
||||
install:
|
||||
- go install ./...
|
||||
|
|
Loading…
Reference in New Issue