forked from luanti-org/minetest_game
		
	Enable colored Luacheck output on Travis CI
This also removes the deprecated `sudo: false` option, as Travis CI is phasing out the container-based infrastructure.
This commit is contained in:
		| @@ -1,5 +1,4 @@ | ||||
| language: generic | ||||
| sudo: false | ||||
| addons: | ||||
|   apt: | ||||
|     packages: | ||||
| @@ -7,6 +6,6 @@ addons: | ||||
| before_install: | ||||
|   - luarocks install --local luacheck | ||||
| script: | ||||
| - $HOME/.luarocks/bin/luacheck --no-color ./mods | ||||
| - $HOME/.luarocks/bin/luacheck ./mods | ||||
| notifications: | ||||
|   email: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user