mirror of https://github.com/v2ray/v2ray-core
remove go generate in travis workflow
parent
72ae6b3bfd
commit
84978a501d
|
@ -5,7 +5,6 @@ go_import_path: v2ray.com/core
|
|||
git:
|
||||
depth: 5
|
||||
script:
|
||||
- go generate v2ray.com/core/...
|
||||
- go test -tags json v2ray.com/core/...
|
||||
after_success:
|
||||
- ./testing/coverage/coverall
|
||||
|
|
Loading…
Reference in New Issue