.travis.yml 144 B

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