syncthing/vendor/github.com/chmduquesne/rollinghash/.travis.yml

13 lines
233 B
YAML
Raw Normal View History

language: go
go:
- "1.10"
- "1.9"
- "1.8"
- "1.7"
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- go test -bench=. ./...
- $HOME/gopath/bin/goveralls -package=./... -service=travis-ci