summaryrefslogtreecommitdiff
path: root/config/awesome/cyclefocus/.travis.yml
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2017-09-22 08:57:00 +0200
committerPeter Palfrader <peter@palfrader.org>2017-09-22 08:57:00 +0200
commit7d658d84c44d6ce4e16c1dd06607402d5e7d2774 (patch)
treeabe2f0d414893bf0e3dcd366fc69fe068084c392 /config/awesome/cyclefocus/.travis.yml
parent18ced00414fa7b4e29eb44047e44569d087a8521 (diff)
different tab cycling
Diffstat (limited to 'config/awesome/cyclefocus/.travis.yml')
-rw-r--r--config/awesome/cyclefocus/.travis.yml20
1 files changed, 20 insertions, 0 deletions
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