Install moonscript for busted on travis

This commit is contained in:
Thomas Goyne 2014-07-04 08:17:29 -07:00
parent 771ce976cc
commit 7dc8dd6075
1 changed files with 2 additions and 1 deletions

View File

@ -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