From 6733cff8429db9fa95d7448a0f328b1a17b147c6 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 10 Jun 2015 20:16:37 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 807b14eb0..fb00763d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.