summaryrefslogtreecommitdiff
path: root/config/awesome/cyclefocus/.travis.yml
diff options
context:
space:
mode:
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