mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user