mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Bug fix: add libopenal1 to .travis.yml
This commit is contained in:
parent
d0f787b078
commit
1ff738e730
@ -9,7 +9,7 @@ before_install:
|
||||
- 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 libopenal-dev
|
||||
- sudo apt-get install -qq libglew-dev libglfw3-dev libopenal1 libopenal-dev
|
||||
- export NODE_PATH=$(npm config get prefix)/lib/node_modules
|
||||
- npm install --global gl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user