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:
include:
- language: rust
rust:
- stable
- beta
- nightly
rust:\n- stable\n- beta\n -nightly
matrix:
allow_failures:
- rust: nightly
@@ -26,10 +31,9 @@ matrix:
- luarocks install luacov
- luarocks install luacov-coveralls
- luarocks install luacheck
- git submodule update --init --recursive
script:
- cd plugin && luacheck .
- cd plugin && luacheck . && cd ..
- lua -lluacov spec.lua
after_success: