.travis.yml 94 B

1234567891011
  1. language: go
  2. go:
  3. - tip
  4. matrix:
  5. allow_failures:
  6. - go: tip
  7. script:
  8. - go test ./...