mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Update .travis.yml to pass tests
This commit is contained in:
parent
03069b987c
commit
1ea7bbc83a
13
.travis.yml
13
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user