Skip to content

Commit

Permalink
Travis: Fix apt-get commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 27, 2015
1 parent 9d3ea68 commit 8f50bac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f50bac

Please sign in to comment.