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

29 lines
634 B
YAML
Raw Normal View History

2013-12-02 18:08:55 -08:00
language: go
2015-07-15 13:00:01 -07:00
sudo: true
2013-12-02 18:08:55 -08:00
go:
- 1.2
2014-11-09 15:46:38 -08:00
- 1.3
- 1.4
2013-12-02 18:08:55 -08:00
- release
- tip
2015-07-15 13:00:01 -07:00
matrix:
allow_failures:
- go: tip
2014-06-13 18:03:50 -07:00
before_install:
2014-06-13 18:44:18 -07:00
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
2014-06-13 18:15:55 -07:00
- sudo apt-get update
2014-07-23 17:00:41 -07:00
- sudo apt-get install --force-yes libcv-dev libcvaux-dev libhighgui-dev libopencv-dev libsdl2-dev libsdl2-image-dev libsdl2 libusb-dev xvfb libgtk2.0-0
install:
2014-11-03 19:13:06 -08:00
- go get -d -v ./...
- go get github.com/mattn/goveralls
2014-07-23 17:00:41 -07:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2013-12-02 18:08:55 -08:00
script:
2014-07-22 09:16:54 -07:00
- ./scripts/travis.sh
2014-01-20 23:22:41 -08:00
branches:
except:
- gobot.io
2014-04-17 11:20:49 -07:00
- /^gobot-.*$/