Travis: workaround: use luassert 1.7.6 / busted 2.0.rc8

Temporarily fix infinite loop with luassert 1.7.7 (required by busted
2.0.rc9).  Ref: https://github.com/awesomeWM/awesome/issues/258
This commit is contained in:
Daniel Hahler 2015-06-10 20:16:37 +02:00
parent 6d5973cb8c
commit 6733cff842
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ install:
- sudo luarocks install lgi
# Install busted for "make check".
# Use luassert 1.7.6 (1.7.7 causes infinite loop).
# Ref: https://github.com/Olivine-Labs/luassert/issues/118
- sudo luarocks install luassert 1.7.6
- sudo luarocks install busted
# Install ldoc for building docs.