aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: dbbeb340d5676ec5eeac7dc1206b45925628ef04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: c
sudo: false
cache:
  directories: here

install:
  - wget https://raw.githubusercontent.com/mpeterv/hererocks/0.3.1/hererocks.py
  - python hererocks.py here --lua 5.1 -r https://github.com/mpeterv/luarocks@upgrade-install
  - export PATH=$PATH:$PWD/here/bin
  - luarocks install luacheck --upgrade --upgrade-deps

script:
  - luac -p mediawiki.lrdevplugin/*.lua
  - luacheck mediawiki.lrdevplugin/*.lua --globals LOC import _PLUGIN -a --ignore 512