Skip to content

Commit a81a7e0

Browse files
authoredJul 16, 2019
Merge pull request #2322 from Calinou/travis-luacheck-color
Enable colored Luacheck output on Travis CI
2 parents 9b226c7 + b38b5b2 commit a81a7e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

Diff for: ‎.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: generic
2-
sudo: false
32
addons:
43
apt:
54
packages:
65
- luarocks
76
before_install:
87
- luarocks install --local luacheck
9-
script:
10-
- $HOME/.luarocks/bin/luacheck --no-color ./mods
8+
script:
9+
- $HOME/.luarocks/bin/luacheck ./mods
1110
notifications:
1211
email: false

0 commit comments

Comments
 (0)
Please sign in to comment.