Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ shallow_clone: true
environment:
LUAROCKS_VER: 2.2.2
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.2.4
NOCOMPAT: true
- LUA_VER: 5.3.0
- LUA_VER: 5.3.0
NOCOMPAT: true
- LJ_VER: 2.0.3
- LJ_VER: 2.1

Expand Down Expand Up @@ -60,7 +53,7 @@ build_script:

test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- busted -c -o .appveyor/busted-print.lua
- busted -c -o .appveyor/busted-print.lua spec/model/BlockSet_spec.lua

after_test:
- luacov-coveralls -v
2 changes: 1 addition & 1 deletion spec/model/BlockSet_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("npge.model.BlockSet", function()
assert.equal(blockset:isPartition(), false)
end)

it("throws if fragment is on unknown sequence", function()
it("throws if fragment is on unknown sequence #luajit_vs32_fail", function()
assert.has_error(function()
local s1 = model.Sequence("s1", "ATAT")
local s2 = model.Sequence("s2", "ATAT")
Expand Down