mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 11:12:44 +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
|
language: go
|
||||||
|
|
||||||
before_install:
|
go:
|
||||||
- sudo apt-get install -qq libglfw-dev libglew-dev
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
Reference in New Issue
Block a user