1
0
Fork 0

Travis: Added lua installation before build.

This commit is contained in:
Mattes D 2014-12-25 08:59:28 +01:00
parent ff65e77c57
commit e8c8aca779
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ before_install:
install:
# g++4.8 and clang
- sudo apt-get install -qq g++-4.8
# lua, needed for style checking and possibly later on for bindings generation
- sudo apt-get install -qq lua5.1
# g++4.8
- if [ "$CXX" == "g++" ]; then export CXX="g++-4.8"; export CC="gcc-4.8"; fi