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.

.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