We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd2efc commit b0ae488Copy full SHA for b0ae488
.travis.yml
@@ -1,14 +1,12 @@
1
language: generic
2
-
3
-branches:
4
- only:
5
- - master
6
7
-sudo: required
8
+sudo: false
+addons:
+ apt:
+ packages:
+ - luarocks
9
before_install:
10
- - sudo apt-get update
11
- - sudo apt-get install -y luarocks
12
- - sudo luarocks install luacheck
13
14
-script: luacheck --no-color ./mods
+ - luarocks install --local luacheck
+script:
+- $HOME/.luarocks/bin/luacheck --no-color ./mods
+notifications:
+ email: false
0 commit comments