Skip to content

Commit b4454e4

Browse files
committedAug 27, 2020
enable logging on CI
1 parent 994f2b0 commit b4454e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
stage: basic
1414
- os: osx
1515
node_js: "14"
16+
env: WATCHPACK_RECURSIVE_WATCHER_LOGGING=1
1617
stage: basic
1718
- os: osx
1819
node_js: "14"

‎azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- script: |
7171
set -e
7272
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
73+
export WATCHPACK_RECURSIVE_WATCHER_LOGGING=1
7374
yarn cover --report lcovonly
7475
displayName: "Run tests with coverage"
7576

0 commit comments

Comments
 (0)
Please sign in to comment.