.travis.yml 164 B

1234567891011121314
  1. language: go
  2. script: make release-all
  3. install: true
  4. go:
  5. - 1.1
  6. - 1.2
  7. - 1.3
  8. - 1.4
  9. - 1.5
  10. - tip
  11. matrix:
  12. allow_failures:
  13. - go: tip