Try some random fixes I saw on StackOverflow to work around Travis-CI bug

This commit is contained in:
Lucien Greathouse
2017-12-08 14:23:37 -08:00
parent dd16cadb4c
commit 059ff1777b

View File

@@ -1,10 +1,15 @@
language: python
env:
- LUA="lua=5.1"
matrix:
allow_failures:
matrix: matrix:
include: include:
- language: rust - language: rust
rust: rust:\n- stable\n- beta\n -nightly
- stable
- beta
- nightly
matrix: matrix:
allow_failures: allow_failures:
- rust: nightly - rust: nightly
@@ -26,10 +31,9 @@ matrix:
- luarocks install luacov - luarocks install luacov
- luarocks install luacov-coveralls - luarocks install luacov-coveralls
- luarocks install luacheck - luarocks install luacheck
- git submodule update --init --recursive
script: script:
- cd plugin && luacheck . - cd plugin && luacheck . && cd ..
- lua -lluacov spec.lua - lua -lluacov spec.lua
after_success: after_success: