From bf389e4cce4bc08e35f905e374e040ffd3fc33e9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 10 Jun 2015 21:29:39 +0200 Subject: [PATCH] Travis: workaround: actually install/pin busted 2.0.rc8 This fixes the previous commit (6733cff). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb00763d3..caef9bef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ install: # 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 + - sudo luarocks install busted 2.0.rc8 # Install ldoc for building docs. - sudo luarocks install ldoc