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.

15 lines
148 B

  1. sudo: false
  2. language: go
  3. go:
  4. - 1.7.x
  5. - 1.8.x
  6. - 1.9.x
  7. - tip
  8. matrix:
  9. allow_failures:
  10. - go: tip
  11. install:
  12. - go get gopkg.in/check.v1