選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 417B

123456789101112131415161718192021222324252627
  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