summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/lbase64/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/DefaultContent/Libraries/lbase64/.travis.yml')
-rw-r--r--Resources/DefaultContent/Libraries/lbase64/.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/Resources/DefaultContent/Libraries/lbase64/.travis.yml b/Resources/DefaultContent/Libraries/lbase64/.travis.yml
deleted file mode 100644
index 7bca356..0000000
--- a/Resources/DefaultContent/Libraries/lbase64/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: python
-sudo: false
-
-env:
- - LUA="lua 5.1"
- - LUA="lua 5.2"
- - LUA="lua 5.3"
- - LUA="lua 5.4"
- - LUA="luajit 2.0"
- - LUA="luajit 2.1"
-
-before_install:
- - pip install hererocks
- - hererocks env --$LUA -rlatest # Use latest LuaRocks, install into 'env' directory.
- - source env/bin/activate # Add directory with all installed binaries to PATH.notifications:
-
-notifications:
- email: false
-
-install:
- - luarocks install luacheck
-
-script:
- - luacheck --no-unused-args *.lua
- - lua test.lua