Skip to content

Commit

Permalink
Remove zef plugin debug output in ci tests
Browse files Browse the repository at this point in the history
The extra output isn't useful except in certain cases, and thus
makes the CI output more difficult to interpret.
  • Loading branch information
ugexe committed Oct 23, 2019
1 parent 869d1d6 commit a9d73b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Expand Up @@ -12,7 +12,6 @@ install:
- nmake install
- SET PATH=%APPVEYOR_BUILD_FOLDER%\..\rakudo\install\bin;%PATH%
- SET PATH=%APPVEYOR_BUILD_FOLDER%\..\rakudo\install\share\perl6\site\bin;%PATH%
- SET ZEF_PLUGIN_DEBUG=1
- cd %APPVEYOR_BUILD_FOLDER%

build: off
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,6 @@ before_install:
- perl Configure.pl $OPTS
- make install
- export PATH=$HOME/rakudo/install/bin:$PATH
- export ZEF_PLUGIN_DEBUG=1
- export ZEF_BUILDPM_DEBUG=1
- export PATH=$HOME/rakudo/install/share/perl6/site/bin:$PATH
- cd $TRAVIS_BUILD_DIR
Expand Down

0 comments on commit a9d73b3

Please sign in to comment.