1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/.travis.yml
2014-06-11 20:46:28 -07:00

29 lines
868 B
YAML

language: go
go:
- 1.2
- release
- tip
install:
- sudo apt-get install libusb-dev libopencv-dev #libsdl2-2.0-0
- 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
- go get github.com/go-martini/martini
- go get github.com/martini-contrib/auth
- go get github.com/martini-contrib/cors
- go get github.com/hybridgroup/go-ardrone/client
- go get github.com/tarm/goserial
#- go get github.com/hybridgroup/go-sdl2/sdl
- go get code.google.com/p/go.net/websocket
- go get github.com/hybridgroup/go-opencv/opencv
script:
- make cover
- export PATH=$PATH:$HOME/gopath/bin/
- goveralls -coverprofile=profile.cov -service=travis-ci -repotoken=sFrR9ZmLP5FLc34lOaqir67RPzYOvFPUB
branches:
except:
- gobot.io
- /^gobot-.*$/