本站源代码
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

28 行
417B

  1. language: go
  2. sudo: false
  3. dist: trusty
  4. osx_image: xcode8.3
  5. go: 1.8.x
  6. os:
  7. - linux
  8. - osx
  9. cache:
  10. directories:
  11. - node_modules
  12. before_script:
  13. - go get github.com/urfave/gfmrun/... || true
  14. - go get golang.org/x/tools/cmd/goimports
  15. - if [ ! -f node_modules/.bin/markdown-toc ] ; then
  16. npm install markdown-toc ;
  17. fi
  18. script:
  19. - ./runtests gen
  20. - ./runtests vet
  21. - ./runtests test
  22. - ./runtests gfmrun
  23. - ./runtests toc
上海开阖软件有限公司 沪ICP备12045867号-1