Skip to content

Commit

Permalink
Travis: Add luacheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 27, 2015
1 parent 57118ac commit 9d3ea68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ python:
- "2.7"

install:
- docker pull bamos/openface
- pip install flake8
- apt-get install -y luarocks
- luarocks install luacheck
- docker pull bamos/openface

script:
- flake8 --ignore=E402,E501 .
- luacheck . --no-global
- |
docker run -v $PWD:/root/src/openface bamos/openface \
/bin/bash -l -c "cd /root/src/openface; \
Expand Down

0 comments on commit 9d3ea68

Please sign in to comment.