| 123456789101112131415161718192021222324 | os: Visual Studio 2017platform: x64branches:  only:    - masterversion: "1.0.{build}"# Clone directly into GOPATH.clone_folder: C:\gopath\src\v2ray.com\coreclone_depth: 5environment:  global:    GOPATH: C:\gopathinstall:  - git submodule update --init  - go versiontest_script:  - go test -p 1 -v v2ray.com/core/...
 |