1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Install openal for travis

This commit is contained in:
Valentin Ochs 2017-01-14 12:13:03 +01:00
parent 1ff004b33c
commit 95e2d2f8d9

View file

@ -18,7 +18,7 @@ matrix:
before_install:
- sudo apt-get update -qq # UPDATE REPOS
- sudo apt-get install -y -qq
- sudo apt-get install -y -qq libopenal-dev
script:
# ALL THE BUILD COMMANDS HERE