1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00
hybridgroup.gobot/.travis.yml
Adrian Zankich 8fbff1e14b Add coveralls
Update travis config

Update travis config

Add coveralls badge
2014-04-14 19:07:27 -07:00

22 lines
551 B
YAML

language: go
go:
- 1.2
- release
- tip
install:
- go get -v . && go build -v .
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go test -covermode=count -coverprofile=profile.cov github.com/hybridgroup/gobot
- export PATH=$PATH:$HOME/gopath/bin/
- goveralls -coverprofile=profile.cov -service=travis-ci -repotoken=sFrR9ZmLP5FLc34lOaqir67RPzYOvFPUB
branches:
except:
- gobot.io
notifications:
irc: "irc.freenode.org#gobotio"