1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 01:17:30 -05:00

remove go generate in travis workflow

This commit is contained in:
Darien Raymond 2017-01-02 20:55:39 +01:00
parent 72ae6b3bfd
commit 84978a501d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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