mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38: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
|
||||
|
||||
install:
|
||||
- sudo apt-get install -qq libglfw-dev libglew-dev
|
||||
|
||||
script: go test ./...
|
||||
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user