.travis.yml 177 B

1234567891011121314151617
  1. language: go
  2. go:
  3. - 1.4
  4. - 1.5.3
  5. - 1.6
  6. - tip
  7. matrix:
  8. allow_failures:
  9. - go: tip
  10. install:
  11. - go get golang.org/x/tools/cmd/cover
  12. script:
  13. - ./build-check
  14. - ./test