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 238B

1234567891011121314151617181920212223
  1. sudo: required
  2. services:
  3. - docker
  4. branches:
  5. only:
  6. - master
  7. language: go
  8. go:
  9. - "tip"
  10. - "1.11"
  11. - "1.12"
  12. - "1.x"
  13. env:
  14. global:
  15. - GO111MODULE=on
  16. script: ./test
  17. after_success:
  18. - bash <(curl -s https://codecov.io/bash)