mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-11 19:29:20 +08:00
19 lines
266 B
YAML
19 lines
266 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- release
|
|
- tip
|
|
install:
|
|
- go get -v . && go build -v .
|
|
- go get github.com/onsi/ginkgo
|
|
- go get github.com/onsi/gomega
|
|
script:
|
|
- go test -v .
|
|
branches:
|
|
except:
|
|
- gobot.io
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#gobotio"
|