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

32 lines
429B

  1. go_import_path: github.com/spf13/viper
  2. language: go
  3. env:
  4. global:
  5. - GO111MODULE="on"
  6. go:
  7. - 1.11.x
  8. - tip
  9. os:
  10. - linux
  11. - osx
  12. matrix:
  13. allow_failures:
  14. - go: tip
  15. fast_finish: true
  16. script:
  17. - go install ./...
  18. - diff -u <(echo -n) <(gofmt -d .)
  19. - go test -v ./...
  20. after_success:
  21. - go get -u -d github.com/spf13/hugo
  22. - cd $GOPATH/src/github.com/spf13/hugo && make && ./hugo -s docs && cd -
  23. sudo: false
上海开阖软件有限公司 沪ICP备12045867号-1