Skip to content

Commit

Permalink
enable logging on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 27, 2020
1 parent 994f2b0 commit b4454e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ matrix:
stage: basic
- os: osx
node_js: "14"
env: WATCHPACK_RECURSIVE_WATCHER_LOGGING=1
stage: basic
- os: osx
node_js: "14"
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -70,6 +70,7 @@ jobs:
- script: |
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export WATCHPACK_RECURSIVE_WATCHER_LOGGING=1
yarn cover --report lcovonly
displayName: "Run tests with coverage"
Expand Down

0 comments on commit b4454e4

Please sign in to comment.