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

Update .travis.yml

This commit is contained in:
Adrian Zankich 2014-06-11 20:22:52 -07:00
parent 655fd7835e
commit 2a9172c21c

View File

@ -4,7 +4,7 @@ go:
- release
- tip
install:
- sudo apt-get install libusb-dev libopencv-dev
- 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