summaryrefslogtreecommitdiff
path: root/config/awesome/cyclefocus/.travis.yml
blob: f9e53f7a311c47cb436653a906cf25ddcdd4c155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Based on https://github.com/mpeterv/hererocks

language: python
sudo: false

env:
  - LUA="lua 5.3"

install:
  - pip install hererocks
  - hererocks env --$LUA -rlatest
  - source env/bin/activate
  - luarocks install luacheck

script:
  - luacheck *.lua

branches:
  only:
  - master