We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bc8f7 commit 4576876Copy full SHA for 4576876
.github/workflows/unix_build.yml
@@ -24,8 +24,7 @@ jobs:
24
25
- name: dependencies
26
run: |
27
- luarocks install busted --deps-only
28
- luarocks install busted --dev
+ luarocks install busted
29
luarocks install luacov-coveralls
30
31
- name: build
appveyor.yml
@@ -22,8 +22,7 @@ before_build:
22
- hererocks here --%LUA% -rlatest
23
- 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
0 commit comments