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

15 lines
185B

  1. sudo: false
  2. language: go
  3. go:
  4. - 1.3.3
  5. - 1.4.2
  6. - 1.5.2
  7. - 1.6beta2
  8. # Get deps, build, test, and ensure the code is gofmt'ed.
  9. script:
  10. - go test -v ./...
  11. - diff <(gofmt -d .) <("")
上海开阖软件有限公司 沪ICP备12045867号-1