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:
parent
6d5973cb8c
commit
6733cff842
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue