Skip to content

Commit

Permalink
ci: webpack@5 test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 29, 2019
1 parent 4ee0f29 commit 2862563
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 678 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
node-8-canary:
node_version: ^8.9.0
webpack_version: next
continue_on_error: true
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -108,7 +107,6 @@ jobs:
node-8-canary:
node_version: ^8.9.0
webpack_version: next
continue_on_error: true
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -163,7 +161,6 @@ jobs:
node-8-canary:
node_version: ^8.9.0
webpack_version: next
continue_on_error: true
steps:
- script: 'git config --global core.autocrlf input'
displayName: 'Config git core.autocrlf'
Expand Down Expand Up @@ -198,4 +195,4 @@ jobs:
displayName: 'Publish test results'
- script: curl -s https://codecov.io/bash | bash -s -- -t $(CODECOV_TOKEN)
condition: succeededOrFailed()
displayName: 'Submit coverage data to codecov'
displayName: 'Submit coverage data to codecov'

0 comments on commit 2862563

Please sign in to comment.