From 7d658d84c44d6ce4e16c1dd06607402d5e7d2774 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 22 Sep 2017 08:57:00 +0200 Subject: different tab cycling --- config/awesome/cyclefocus/.travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/awesome/cyclefocus/.travis.yml (limited to 'config/awesome/cyclefocus/.travis.yml') diff --git a/config/awesome/cyclefocus/.travis.yml b/config/awesome/cyclefocus/.travis.yml new file mode 100644 index 0000000..f9e53f7 --- /dev/null +++ b/config/awesome/cyclefocus/.travis.yml @@ -0,0 +1,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 -- cgit v1.2.3