mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Try some random fixes I saw on StackOverflow to work around Travis-CI bug
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user