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

  1. sudo: false
  2. language: go
  3. go:
  4. - 1.7.3
  5. - 1.8.1
  6. - tip
  7. matrix:
  8. allow_failures:
  9. - go: tip
  10. install:
  11. - go get github.com/golang/lint/golint
  12. - export PATH=$GOPATH/bin:$PATH
  13. - go install ./...
  14. script:
  15. - verify/all.sh -v
  16. - go test ./...
上海开阖软件有限公司 沪ICP备12045867号-1