From 8f50bac850a8b870c3e76cddb68c330bd4b76a68 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Sun, 27 Dec 2015 08:47:24 -0500 Subject: [PATCH] Travis: Fix apt-get commands. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bae3c53..e364126 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ python: install: - pip install flake8 - - apt-get install -y luarocks + - sudo apt-get update -qq + - sudo apt-get install -y luarocks - luarocks install luacheck - docker pull bamos/openface