Travis: workaround: actually install/pin busted 2.0.rc8

This fixes the previous commit (6733cff).
This commit is contained in:
Daniel Hahler 2015-06-10 21:29:39 +02:00
parent 6733cff842
commit bf389e4cce
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ install:
# Use luassert 1.7.6 (1.7.7 causes infinite loop). # Use luassert 1.7.6 (1.7.7 causes infinite loop).
# Ref: https://github.com/Olivine-Labs/luassert/issues/118 # Ref: https://github.com/Olivine-Labs/luassert/issues/118
- sudo luarocks install luassert 1.7.6 - sudo luarocks install luassert 1.7.6
- sudo luarocks install busted - sudo luarocks install busted 2.0.rc8
# Install ldoc for building docs. # Install ldoc for building docs.
- sudo luarocks install ldoc - sudo luarocks install ldoc