From 3d4bdf818d26ee5862b57cbfd92e671566ca6089 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Tue, 29 Jul 2014 22:54:11 -0700 Subject: [PATCH] use older version of busted for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7467073..2cb435d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c install: - sudo apt-get install luarocks - - sudo luarocks install busted + - sudo luarocks install https://rocks.moonscript.org/manifests/olivine-labs/busted-1.11.1-1.rockspec - sudo luarocks make script: busted