Skip to content
Snippets Groups Projects
Commit b0ae4882 authored by sfan5's avatar sfan5 Committed by Auke Kok
Browse files

Use travis' container-based infrastructure (#1314)

Use travis' container-based infrastructure (no sudo)
parent 0bd2efcf
No related branches found
No related tags found
No related merge requests found
language: generic
branches:
only:
- master
sudo: required
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- sudo apt-get update
- sudo apt-get install -y luarocks
- sudo luarocks install luacheck
script: luacheck --no-color ./mods
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck --no-color ./mods
notifications:
email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment