errors/.travis.yml
2015-12-27 15:20:51 +01:00

10 lines
113 B
YAML

language: go
go_import_path: github.com/pkg/errors
go:
- 1.5.2
- 1.4.3
- tip
script:
- go test -v ./...