1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
hybridgroup.gobot/.travis.yml

22 lines
551 B
YAML
Raw Normal View History

2013-12-02 18:08:55 -08:00
language: go
go:
- 1.2
- release
- tip
install:
2013-12-03 01:01:26 -08:00
- go get -v . && go build -v .
2013-12-03 01:23:24 -08:00
- 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
2013-12-02 18:08:55 -08:00
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
2014-01-20 23:22:41 -08:00
branches:
except:
- gobot.io
2014-04-06 13:03:08 -07:00
notifications:
irc: "irc.freenode.org#gobotio"