本站源代码
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
261B

  1. language: go
  2. go:
  3. - 1.9.x
  4. - 1.10.x
  5. go_import_path: gopkg.in/src-d/go-billy.v4
  6. install:
  7. - go get -v -t ./...
  8. script:
  9. - make test-coverage
  10. - ./.ci/test-building-binaries-for-supported-os.sh
  11. after_success:
  12. - bash <(curl -s https://codecov.io/bash)
上海开阖软件有限公司 沪ICP备12045867号-1