Travis: Fix apt-get commands.
This commit is contained in:
parent
9d3ea68654
commit
8f50bac850
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue