add .travis.yml

This commit is contained in:
Dave Cheney 2015-12-27 15:20:51 +01:00
parent 1e412a1049
commit ee5ece78bc

9
.travis.yml Normal file
View 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 ./...