.travis.yaml 51 B

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