Disable Lua tests for now, since they need features Lemur doesn't have

This commit is contained in:
Lucien Greathouse
2019-02-24 00:58:02 -08:00
parent 88e739090d
commit be81de74cd

View File

@@ -1,29 +1,33 @@
matrix: matrix:
include: include:
- language: python # Lua tests are currently disabled because of holes in Lemur that are pretty
env: # tedious to fix. It should be fixed by either adding missing features to
- LUA="lua=5.1" # Lemur or by migrating to a CI system based on real Roblox instead.
before_install: # - language: python
- pip install hererocks # env:
- hererocks lua_install -r^ --$LUA # - LUA="lua=5.1"
- export PATH=$PATH:$PWD/lua_install/bin
install: # before_install:
- luarocks install luafilesystem # - pip install hererocks
- luarocks install busted # - hererocks lua_install -r^ --$LUA
- luarocks install luacov # - export PATH=$PATH:$PWD/lua_install/bin
- luarocks install luacov-coveralls
- luarocks install luacheck
script: # install:
- cd plugin # - luarocks install luafilesystem
- luacheck src # - luarocks install busted
- lua -lluacov spec.lua # - luarocks install luacov
# - luarocks install luacov-coveralls
# - luarocks install luacheck
after_success: # script:
- cd plugin # - cd plugin
- luacov-coveralls -e $TRAVIS_BUILD_DIR/lua_install # - luacheck src
# - lua -lluacov spec.lua
# after_success:
# - cd plugin
# - luacov-coveralls -e $TRAVIS_BUILD_DIR/lua_install
- language: rust - language: rust
rust: 1.32.0 rust: 1.32.0