.travis.yml 123 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. - tip
  8. script:
  9. - go test -v ./...