Skip to content

Commit 25a56b0

Browse files
committed
Changes configuration
1 parent dfa6aab commit 25a56b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎.appveyor.yml‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ install:
3939
- SET PATH=C:\rakudo\bin;C:\rakudo\share\perl6\site\bin;%PATH%
4040
- ps: refreshenv
4141
- perl6 -v
42-
# install the target distribution's dependencies. You'll need to
43-
# maintain your META6.json file in the top-level directory
44-
- zef --verbose install .
45-
# change back to the target project's clone folder.
46-
# Now we should be ready to run the tests
42+
- zef install --deps-only .
4743
- cd %APPVEYOR_BUILD_FOLDER%
4844

4945
build: off

0 commit comments

Comments
(0)