Enable colored Luacheck output on Travis CI 2322/head
authorHugo Locurcio <hugo.locurcio@hugo.pro>
Sun, 24 Feb 2019 18:46:14 +0000 (19:46 +0100)
committerHugo Locurcio <hugo.locurcio@hugo.pro>
Sun, 24 Feb 2019 18:46:48 +0000 (19:46 +0100)
This also removes the deprecated `sudo: false` option, as Travis CI
is phasing out the container-based infrastructure.

.travis.yml

index 5253938abf154e716b0ab1c8d5041530b9d80295..a367215f7515754c4b350b365182d3dba9d2371e 100644 (file)
@@ -1,12 +1,11 @@
 language: generic
-sudo: false
 addons:
   apt:
     packages:
     - luarocks
 before_install:
   - luarocks install --local luacheck
-script: 
-- $HOME/.luarocks/bin/luacheck --no-color ./mods
+script:
+- $HOME/.luarocks/bin/luacheck ./mods
 notifications:
   email: false