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

123456789101112131415
  1. language: go
  2. sudo: false
  3. go:
  4. - 1.7.x
  5. - 1.8.x
  6. - 1.9.x
  7. - 1.10.x
  8. - 1.11.x
  9. - tip
  10. before_install:
  11. - go get github.com/mattn/goveralls
  12. script:
  13. - goveralls -service=travis-ci