mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
Update .travis.yml to instal GLEW, GLFW
This commit is contained in:
parent
307d4ada77
commit
d34f7a8dfe
@ -1,5 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo apt-get install -qq libglfw-dev libglew-dev
|
||||||
|
|
||||||
script: go test ./...
|
script: go test ./...
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user