From d535197d4d94122f86a485aac740bc7329664129 Mon Sep 17 00:00:00 2001
From: daurnimator <quae@daurnimator.com>
Date: Tue, 23 Jul 2013 19:04:46 -0400
Subject: [PATCH] .travis.yml: debian doesn't support luajit and busted doesn't
 support 5.2..... damn

---
 .travis.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e78e825..fa9c903 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,8 @@
 language: c
 
 before_install:
-  - sudo apt-get install lua5.1 lua5.2 luajit -y
-  - sudo apt-get install luarocks -y
+  - sudo apt-get install lua5.1 luarocks -y
   - sudo luarocks install busted
 
 script:
-  - busted -l lua5.1
-  - busted -l lua5.2
-  - busted -l luajit
+  - busted
-- 
2.39.5