11 - COMPILE_LUA=yes # no allows to use Lua installed from packages
16 # env: COMPILE_LUA=yes
23 # It is still 5.1.4 ...
28 - libboost-date-time-dev
32 - export LUA_SHORTV="$(echo $LUA_VER | cut -c 1-3)"
33 - mkdir -p "$HOME/build_deps"
34 - source ci/travis/set_env.sh
35 - ci/travis/install_lua.sh
36 - ci/travis/install_luarocks.sh
37 - eval `luarocks path`
43 # install dependencies
44 - luarocks install lunit
49 - export PATH=$PATH:${TRAVIS_BUILD_DIR}/build
53 - cd $TRAVIS_BUILD_DIR/test