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.

13 lines
158 B

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