From 419ea9bbb2a79fbd088a47f31a65e3edd51ad1ea Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Sun, 27 Dec 2015 08:49:06 -0500 Subject: [PATCH] Travis: Fix luarocks command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e364126..d6d9614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - pip install flake8 - sudo apt-get update -qq - sudo apt-get install -y luarocks - - luarocks install luacheck + - sudo luarocks install luacheck - docker pull bamos/openface script: