Install moonscript for busted on travis
This commit is contained in:
parent
771ce976cc
commit
7dc8dd6075
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ before_install:
|
|||
- sudo pip install cpp-coveralls
|
||||
install:
|
||||
- sudo apt-get install -y -qq libasound2-dev libfftw3-dev libhunspell-dev yasm libfribidi-dev libass-dev libffms2-dev libwxgtk3.0-dev libicu-dev luarocks
|
||||
- sudo luarocks install busted > /dev/null
|
||||
- sudo luarocks install busted 1.10.0 > /dev/null
|
||||
- sudo luarocks install moonscript > /dev/null
|
||||
|
||||
- git submodule --quiet init
|
||||
- git submodule --quiet update vendor/googletest
|
||||
|
|
Loading…
Reference in a new issue