Update .travis.yml to pass tests

This commit is contained in:
Hajime Hoshi 2014-12-28 22:25:19 +09:00
parent 03069b987c
commit 1ea7bbc83a

View File

@ -1,9 +1,16 @@
language: go
before_install:
- sudo apt-get install -qq libglfw-dev libglew-dev
go:
- 1.3
- tip
script: go test ./...
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: