ebiten/.travis.yml
2014-12-28 22:25:19 +09:00

19 lines
502 B
YAML

language: go
go:
- 1.3
- tip
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sudo add-apt-repository 'deb http://us.archive.ubuntu.com/ubuntu/ utopic main restricted universe multiverse'
- sudo add-apt-repository 'deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates main restricted universe multiverse'
- sudo apt-get update -qq
- sudo apt-get install -qq libglew-dev libglfw3-dev
notifications:
email:
recipients:
- hajimehoshi@gmail.com