1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/.travis.yml
2013-12-03 01:01:26 -08:00

11 lines
115 B
YAML

language: go
go:
- 1.1
- 1.2
- release
- tip
install:
- go get -v . && go build -v .
script:
- go test -v .