.travis.yml 54 B

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