errors/.travis.yml
2016-05-23 17:46:48 +10:00

11 lines
123 B
YAML

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