syncthing/.travis.yml

18 lines
302 B
YAML
Raw Normal View History

2014-06-08 00:00:52 +02:00
language: go
go:
- 1.2
- tip
install:
- export PATH=$PATH:$HOME/gopath/bin
- ./build.sh setup
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
2014-06-08 00:00:52 +02:00
script:
- ./build.sh test-cov
after_success:
- goveralls -coverprofile=acc.out -service=travis-ci