.travis.yml 113 B

123456789
  1. language: go
  2. go_import_path: github.com/pkg/errors
  3. go:
  4. - 1.5.2
  5. - 1.4.3
  6. - tip
  7. script:
  8. - go test -v ./...