Travis: Fix apt-get commands.

This commit is contained in:
Brandon Amos 2015-12-27 08:47:24 -05:00
parent 9d3ea68654
commit 8f50bac850
1 changed files with 2 additions and 1 deletions

View File

@ -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