Skip to content

Commit

Permalink
tweak luacheck run
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Feb 20, 2020
1 parent 35c51dc commit cf4006d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git:

install: luarocks install --local luacheck

script: /home/travis/.luarocks/bin/luacheck . --no-color -qo "011"
script: /home/travis/.luarocks/bin/luacheck . --no-color -q

after_success:
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash; if [[ $? != 0 ]]; then TRAVIS_TEST_RESULT=1; fi
Expand Down

0 comments on commit cf4006d

Please sign in to comment.