.travis.yml 133 B

1234567891011
  1. language: go
  2. go_import_path: github.com/pkg/errors
  3. go:
  4. - 1.4.3
  5. - 1.5.4
  6. - 1.6.2
  7. - 1.7.1
  8. - tip
  9. script:
  10. - go test -v ./...