.travis.yml 54 B

1234567
  1. language: go
  2. go:
  3. - tip
  4. script:
  5. - go test -v ./...