diff --git a/.travis.yml b/.travis.yml index a509d2b51a..e474901663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,14 @@ language: c sudo: required dist: trusty +addons: + apt: + packages: + - luajit + - luarocks + - strace + before_install: - - sudo apt-get update -y - - sudo apt-get install luajit -y - - sudo apt-get install luarocks -y - - sudo apt-get install strace -y - git submodule update --init --recursive env: