1
0
Fork 0
mirror of https://github.com/Luzifer/worktime.git synced 2024-10-19 08:34:22 +00:00
worktime/vendor/github.com/pkg/errors/.travis.yml
2016-09-24 15:00:03 +02:00

11 lines
133 B
YAML

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