Skip to content

Commit b0ae488

Browse files
sfan5sofar
authored andcommittedNov 24, 2016
Use travis' container-based infrastructure (#1314)
Use travis' container-based infrastructure (no sudo)
1 parent 0bd2efc commit b0ae488

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed
 

Diff for: ‎.travis.yml

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
language: generic
2-
3-
branches:
4-
only:
5-
- master
6-
7-
sudo: required
8-
2+
sudo: false
3+
addons:
4+
apt:
5+
packages:
6+
- luarocks
97
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
8+
- luarocks install --local luacheck
9+
script:
10+
- $HOME/.luarocks/bin/luacheck --no-color ./mods
11+
notifications:
12+
email: false

0 commit comments

Comments
 (0)