From 059ff1777bd985e8647ac3196b68cae2d83d5392 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 8 Dec 2017 14:23:37 -0800 Subject: [PATCH] Try some random fixes I saw on StackOverflow to work around Travis-CI bug --- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e932c52d..e3de44cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: