本站源代码
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.

17 line
354B

  1. language: go
  2. go:
  3. - 1.4
  4. script:
  5. - go get golang.org/x/tools/cmd/vet
  6. - go get golang.org/x/tools/cmd/cover
  7. - go get github.com/mattn/goveralls
  8. - go test -v -covermode=count -coverprofile=profile.out
  9. - go vet
  10. - goveralls -service drone.io -coverprofile=profile.out -repotoken $COVERALLS
  11. notifications:
  12. email:
  13. - marty.schoch@gmail.com
上海开阖软件有限公司 沪ICP备12045867号-1