.travis.yml 156 B

12345678910111213
  1. sudo: false
  2. language: go
  3. script: make release-all
  4. install: true
  5. go:
  6. - 1.4
  7. - 1.5
  8. - 1.6
  9. - tip
  10. matrix:
  11. allow_failures:
  12. - go: tip