From 7cce62b13051dd11bfab8a1fb7231f10156c5f20 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 1 Dec 2017 15:32:20 -0800 Subject: [PATCH] Fix typo in specifying new dependency script for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa2577c3..5f4e9a1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - luarocks install luacov - luarocks install luacov-coveralls - luarocks install luacheck - - lua ./install-dependencies.lua + - lua bin/install-dependencies.lua script: - luacheck lib