Use travis' container-based infrastructure (#1314)

Use travis' container-based infrastructure (no sudo)
This commit is contained in:
sfan5 2016-11-24 07:00:35 +01:00 committed by Auke Kok
parent 0bd2efcfc1
commit b0ae488277
1 changed files with 10 additions and 12 deletions

View File

@ -1,14 +1,12 @@
language: generic language: generic
sudo: false
branches: addons:
only: apt:
- master packages:
- luarocks
sudo: required
before_install: before_install:
- sudo apt-get update - luarocks install --local luacheck
- sudo apt-get install -y luarocks script:
- sudo luarocks install luacheck - $HOME/.luarocks/bin/luacheck --no-color ./mods
notifications:
script: luacheck --no-color ./mods email: false