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

13 lines
181 B
YAML
Raw Normal View History

2013-12-02 18:08:55 -08:00
language: go
go:
- 1.1
- 1.2
- release
- tip
2013-12-03 00:58:59 -08:00
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
2013-12-02 18:08:55 -08:00
script:
2013-12-03 00:58:59 -08:00
- go test -v .