route/vendor/github.com/templexxx/reedsolomon/.travis.yml

10 lines
109 B
YAML

language: go
go:
- 1.9
install:
- go get github.com/templexxx/reedsolomon
script:
- go test -v