.travis.yml 66 B

1234567
  1. language: go
  2. go:
  3. - 1.3
  4. - 1.4
  5. script:
  6. - go test
  7. - go build