Skip to content

Commit

Permalink
Use travis' container-based infrastructure (#1314)
Browse files Browse the repository at this point in the history
Use travis' container-based infrastructure (no sudo)
  • Loading branch information
sfan5 authored and sofar committed Nov 24, 2016
1 parent 0bd2efc commit b0ae488
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .travis.yml
@@ -1,14 +1,12 @@
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 comments on commit b0ae488

Please sign in to comment.