Skip to content

Commit 4576876

Browse files
committed
Revert "temp: use busted from master [REVERT ME]"
This reverts commit 21eace9.
1 parent e0bc8f7 commit 4576876

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/unix_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424

2525
- name: dependencies
2626
run: |
27-
luarocks install busted --deps-only
28-
luarocks install busted --dev
27+
luarocks install busted
2928
luarocks install luacov-coveralls
3029
3130
- name: build

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ before_build:
2222
- hererocks here --%LUA% -rlatest
2323
- call here\bin\activate
2424
- luarocks install luacov-coveralls
25-
- luarocks install busted --deps-only
26-
- luarocks install busted --dev
25+
- luarocks install busted
2726

2827
build_script:
2928
- luarocks remove penlight --force

0 commit comments

Comments
 (0)