소스 검색

remove go generate in travis workflow

Darien Raymond 8 년 전
부모
커밋
84978a501d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

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