Skip to content
Merged
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
3 changes: 1 addition & 2 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:

- name: dependencies
run: |
luarocks install busted --deps-only
luarocks install busted --dev
luarocks install busted
luarocks install luacov-coveralls

- name: build
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ before_build:
- hererocks here --%LUA% -rlatest
- call here\bin\activate
- luarocks install luacov-coveralls
- luarocks install busted --deps-only
- luarocks install busted --dev
- luarocks install busted

build_script:
- luarocks remove penlight --force
Expand Down
Loading