mirror of
https://github.com/pkg/errors.git
synced 2025-05-04 22:49:58 +00:00
add .travis.yml
This commit is contained in:
parent
1e412a1049
commit
ee5ece78bc
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: go
|
||||||
|
go_import_path: github.com/pkg/errors
|
||||||
|
go:
|
||||||
|
- 1.5.2
|
||||||
|
- 1.4.3
|
||||||
|
- tip
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
Loading…
x
Reference in New Issue
Block a user