.travis.yml 76 B

123456789
  1. language: go
  2. go:
  3. - 1.4.3
  4. - 1.5.3
  5. - tip
  6. script:
  7. - go test -v ./...