From e8e56dc1d1db34fded4014c16f0f06b27aa7a127 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 19 Jan 2020 18:43:45 +0000 Subject: [PATCH] drone: install deps --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 402d436..9b020d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,5 @@ steps: - name: test image: "xena/lua:5.3" commands: + - luarocks-5.3 install --only-deps ./ln-0.2.0-1.rockspec - busted-5.3