travis: unpin luassert
Closes #258. Build tested in https://travis-ci.org/blueyed/awesome/builds/70387485.
This commit is contained in:
parent
4a845ced0f
commit
0f3bf03cd2
|
@ -77,10 +77,7 @@ 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 2.0.rc8
|
||||
- sudo luarocks install busted
|
||||
|
||||
# Install ldoc for building docs.
|
||||
- sudo luarocks install ldoc
|
||||
|
|
Loading…
Reference in New Issue