本站源代码
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

23 lignes
489B

  1. sudo: false
  2. language: go
  3. go:
  4. - "1.9.x"
  5. - "1.10.x"
  6. - "1.11.x"
  7. script:
  8. - go get github.com/mattn/goveralls
  9. - go get -u github.com/kisielk/errcheck
  10. - go test -v $(go list ./... | grep -v vendor/)
  11. - go test -race
  12. - go vet
  13. - errcheck
  14. - go test -coverprofile=profile.out -covermode=count
  15. - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then goveralls -service=travis-ci -coverprofile=profile.out -repotoken $COVERALLS; fi'
  16. notifications:
  17. email:
  18. - marty.schoch@gmail.com
上海开阖软件有限公司 沪ICP备12045867号-1