本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
435B

  1. version: "{build}"
  2. platform: x64
  3. matrix:
  4. allow_failures:
  5. - platform: x64
  6. clone_folder: c:\gopath\src\gopkg.in\src-d\go-git.v4
  7. environment:
  8. GOPATH: c:\gopath
  9. install:
  10. - set PATH=%GOPATH%\bin;c:\go\bin;"C:\Program Files\Git\mingw64\bin";%PATH%
  11. - go version
  12. - go get -v -t ./...
  13. - git config --global user.email "travis@example.com"
  14. - git config --global user.name "Travis CI
  15. build_script:
  16. - go test -v ./...
上海开阖软件有限公司 沪ICP备12045867号-1